From 3a2c04b8f10add90f38c9cefc31ad9d13c7003b8 Mon Sep 17 00:00:00 2001 From: su-fang Date: Fri, 17 Mar 2023 14:35:46 +0800 Subject: [PATCH] Fix command install has no such option install_layout. --- debian/changelog | 6 ++++++ debian/rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9cfa3de..f8d575b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +astroid (2.9.3-ok2) yangtze; urgency=medium + + * Fix command 'install' has no such option 'install_layout'. + + -- sufang Fri, 17 Mar 2023 14:34:56 +0800 + astroid (2.9.3-ok1) yangtze; urgency=medium * Build for openkylin. diff --git a/debian/rules b/debian/rules index 2fcaf0c..18e5449 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ export PYBUILD_NAME=astroid export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}/astroid/ export PYBUILD_AFTER_TEST=rm -r {build_dir}/astroid/tests +export SETUPTOOLS_USE_DISTUTILS=stdlib %: dh $@ --buildsystem pybuild --with python3