From caa3fe9a0e8c5a04f9f22582975c236373bd5621 Mon Sep 17 00:00:00 2001 From: su-fang Date: Tue, 14 Mar 2023 14:54:36 +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 12ec15b..eb8270c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-werkzeug (2.2.2-ok3) yangtze; urgency=medium + + * Fix command 'install' has no such option 'install_layout'. + + -- sufang Tue, 14 Mar 2023 14:53:39 +0800 + python-werkzeug (2.2.2-ok2) yangtze; urgency=medium * Apply patch. diff --git a/debian/rules b/debian/rules index 00c01ef..a3508a5 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ export PYBUILD_NAME=werkzeug export PYBUILD_TEST_PYTEST=1 +export SETUPTOOLS_USE_DISTUTILS=stdlib %: dh $@ --with python3,sphinxdoc --buildsystem pybuild