From 37f9440d34eca70cba09a144f9612c6631c4d74c Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Tue, 17 Apr 2012 19:11:21 +0000 Subject: * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/rules - Actually remove the embedded python-six from binary packages --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8532720..ffd760c 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ PY3VERS := $(shell py3versions -r) %: dh $@ --with python2,python3 --buildsystem=python_distutils +override_dh_auto_configure: + rm -f urllib3/packages/six.py + override_dh_auto_build: set -ex; \ for python in $(PYVERS) $(PY3VERS); do \ -- cgit v1.2.3