forked from openkylin/python-httpretty
Fix command install has no such option install_layout.
This commit is contained in:
parent
c7923684e8
commit
f1638e61f9
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue