aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/03_force_setuptools.patch
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:52 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:52 -0700
commitc81f55d5ea254affbb6d8e87d03098d244ffe468 (patch)
tree80ac480f9e113bc246f8b43edf702caba1b141e3 /debian/patches/03_force_setuptools.patch
parente233bfa0d673601895c3dccb91dba9f6adff8ef1 (diff)
parent6037bb76fda33e09811e44f56bf3dcc73daeebc4 (diff)
downloadpython-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar
python-urllib3-c81f55d5ea254affbb6d8e87d03098d244ffe468.tar.gz
Initialize git-dpm
Diffstat (limited to 'debian/patches/03_force_setuptools.patch')
-rw-r--r--debian/patches/03_force_setuptools.patch14
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/patches/03_force_setuptools.patch b/debian/patches/03_force_setuptools.patch
index e829b50..eac0ab9 100644
--- a/debian/patches/03_force_setuptools.patch
+++ b/debian/patches/03_force_setuptools.patch
@@ -1,8 +1,18 @@
-Author: Barry Warsaw <barry@debian.org>
-Description: Use setuptools.setup() so that the bdist_wheel
+From dc99fcbaf17c2d80172632cfcee0ed47762b9ccd Mon Sep 17 00:00:00 2001
+From: Barry Warsaw <barry@debian.org>
+Date: Thu, 8 Oct 2015 13:19:49 -0700
+Subject: Use setuptools.setup() so that the bdist_wheel
+
command will work.
Last-Update: 2014-05-15
+Patch-Name: 03_force_setuptools.patch
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 6bdb7b9..1e1888d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@