Fix command install has no such option install_layout.

This commit is contained in:
su-fang 2023-03-14 14:54:36 +08:00
parent 412efbbfac
commit caa3fe9a0e
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-werkzeug (2.2.2-ok3) yangtze; urgency=medium
* Fix command 'install' has no such option 'install_layout'.
-- sufang <sufang@kylinos.cn> Tue, 14 Mar 2023 14:53:39 +0800
python-werkzeug (2.2.2-ok2) yangtze; urgency=medium python-werkzeug (2.2.2-ok2) yangtze; urgency=medium
* Apply patch. * Apply patch.

1
debian/rules vendored
View File

@ -8,6 +8,7 @@
export PYBUILD_NAME=werkzeug export PYBUILD_NAME=werkzeug
export PYBUILD_TEST_PYTEST=1 export PYBUILD_TEST_PYTEST=1
export SETUPTOOLS_USE_DISTUTILS=stdlib
%: %:
dh $@ --with python3,sphinxdoc --buildsystem pybuild dh $@ --with python3,sphinxdoc --buildsystem pybuild