Fix command install has no such option install_layout.
This commit is contained in:
parent
412efbbfac
commit
caa3fe9a0e
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue