[Python-modules-commits] [python-urllib3] 03/08: Remove override_dh_auto_install since it's no longer needed to build the wheel package.

Daniele Tricoli eriol-guest at moszumanska.debian.org
Fri Feb 12 02:01:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository python-urllib3.

commit 708e2817a9e1157b58f9287740622b3810795b28
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Thu Feb 11 23:55:36 2016 +0100

    Remove override_dh_auto_install since it's no longer needed to build the wheel package.
---
 debian/rules | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index e94c934..3d1a07f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,12 +9,6 @@ export PYTHONWARNINGS=d
 override_dh_auto_configure:
 	rm -f urllib3/packages/six.py
 
-override_dh_auto_install:
-	dh_auto_install
-	python3 setup.py bdist_wheel \
-		--universal \
-		-d $(CURDIR)/debian/tmp/usr/share/python-wheels
-
 override_dh_auto_test:
 	# Exclude dummyserver tests since they are also failing upstream.
 	PYBUILD_SYSTEM=custom \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git



More information about the Python-modules-commits mailing list