diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 17:56:07 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 17:56:07 +0000 |
commit | dd3cf2867dde8f22db6b86d64757e042640b77c5 (patch) | |
tree | 4534b38678f56df52bbab51c1ec70a3ec7232525 /debian/patches | |
parent | 8ef7b13ab10cdc5d29eb8c3489ecf47aa62edf02 (diff) | |
download | python-urllib3-dd3cf2867dde8f22db6b86d64757e042640b77c5.tar python-urllib3-dd3cf2867dde8f22db6b86d64757e042640b77c5.tar.gz |
Removed debian/patches/03_no-setuptools.patch; superseded by debian/patches/setuptools.patch
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/03_no-setuptools.patch | 26 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 27 deletions
diff --git a/debian/patches/03_no-setuptools.patch b/debian/patches/03_no-setuptools.patch deleted file mode 100644 index ee2e913..0000000 --- a/debian/patches/03_no-setuptools.patch +++ /dev/null @@ -1,26 +0,0 @@ -Description: Do not use setuptools. -Author: Daniele Tricoli <eriol@mornie.org> -Forwarded: not-needed -Last-Update: 2013-05-10 - ---- a/setup.py -+++ b/setup.py -@@ -5,11 +5,6 @@ - import os - import re - --try: -- import setuptools --except ImportError: -- pass # No 'develop' command, oh well. -- - base_path = os.path.dirname(__file__) - - # Get the version (borrowed from SQLAlchemy) -@@ -49,6 +44,4 @@ - 'urllib3.contrib', - ], - requires=requirements, -- tests_require=tests_requirements, -- test_suite='test', - ) diff --git a/debian/patches/series b/debian/patches/series index 52e03c4..a8d7977 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ 01_do-not-use-embedded-python-six.patch 02_require-cert-verification.patch -03_no-setuptools.patch 04_relax_nosetests_options.patch setuptools.patch |