!1 Fix command 'install' has no such option 'install_layout'.

Merge pull request !1 from 苏芳/openkylin/yangtze
This commit is contained in:
苏芳 2023-03-17 07:27:08 +00:00 committed by Gitee
commit b0d119022d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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