Fix command install has no such option install_layout.

This commit is contained in:
su-fang 2023-02-06 15:43:58 +08:00
parent c7923684e8
commit f1638e61f9
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-httpretty (1.1.4-ok3) yangtze; urgency=medium
* Fix command 'install' has no such option 'install_layout'.
-- sufang <sufang@kylinos.cn> Mon, 06 Feb 2023 15:43:11 +0800
python-httpretty (1.1.4-ok2) yangtze; urgency=medium python-httpretty (1.1.4-ok2) yangtze; urgency=medium
* Apply patchs. * Apply patchs.

1
debian/rules vendored
View File

@ -9,6 +9,7 @@ UPSTREAM_GIT := https://github.com/gabrielfalcao/HTTPretty.git
export PYBUILD_NAME=httpretty export PYBUILD_NAME=httpretty
export PYBUILD_TEST_ARGS=tests/unit export PYBUILD_TEST_ARGS=tests/unit
export SETUPTOOLS_USE_DISTUTILS=stdlib
%: %:
dh $@ --buildsystem=pybuild --with python3 dh $@ --buildsystem=pybuild --with python3