From f1638e61f9b28db91c7ae74e1e538c137dbc8d90 Mon Sep 17 00:00:00 2001 From: su-fang Date: Mon, 6 Feb 2023 15:43:58 +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 30daca1..6af9b74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-httpretty (1.1.4-ok3) yangtze; urgency=medium + + * Fix command 'install' has no such option 'install_layout'. + + -- sufang Mon, 06 Feb 2023 15:43:11 +0800 + python-httpretty (1.1.4-ok2) yangtze; urgency=medium * Apply patchs. diff --git a/debian/rules b/debian/rules index b2654e2..53a3309 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ UPSTREAM_GIT := https://github.com/gabrielfalcao/HTTPretty.git export PYBUILD_NAME=httpretty export PYBUILD_TEST_ARGS=tests/unit +export SETUPTOOLS_USE_DISTUTILS=stdlib %: dh $@ --buildsystem=pybuild --with python3