Fix command install has no such option install_layout.

This commit is contained in:
su-fang 2023-03-17 14:35:46 +08:00
parent 932257b76e
commit 3a2c04b8f1
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
astroid (2.9.3-ok2) yangtze; urgency=medium
* Fix command 'install' has no such option 'install_layout'.
-- sufang <sufang@kylinos.cn> Fri, 17 Mar 2023 14:34:56 +0800
astroid (2.9.3-ok1) yangtze; urgency=medium
* Build for openkylin.

1
debian/rules vendored
View File

@ -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