diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 18:19:28 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-24 18:19:28 +0000 |
commit | 12283202d3dda201ae753c6e671f7b492bc24d63 (patch) | |
tree | 9842ecf7ae071df675b9b24ca1ad236070b81c23 /debian/patches | |
parent | 9a75888c602026604defb891768e21a4c21f7565 (diff) | |
download | python-urllib3-12283202d3dda201ae753c6e671f7b492bc24d63.tar python-urllib3-12283202d3dda201ae753c6e671f7b492bc24d63.tar.gz |
Added description
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/03_force_setuptools.patch | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/patches/03_force_setuptools.patch b/debian/patches/03_force_setuptools.patch index ff8f7e9..e829b50 100644 --- a/debian/patches/03_force_setuptools.patch +++ b/debian/patches/03_force_setuptools.patch @@ -1,3 +1,8 @@ +Author: Barry Warsaw <barry@debian.org> +Description: Use setuptools.setup() so that the bdist_wheel + command will work. +Last-Update: 2014-05-15 + --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ |