aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-19 04:49:33 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-19 04:49:33 +0000
commita7bb555614a5c87d10d54e1b7707c5d09cce8040 (patch)
treeb1ac7acdb8f23f589a08384cfdcaa450a3a3d18c /debian/patches
parentbefd3b80b5f3c949dd3108a4365b9feda7b34927 (diff)
downloadpython-requests-a7bb555614a5c87d10d54e1b7707c5d09cce8040.tar
python-requests-a7bb555614a5c87d10d54e1b7707c5d09cce8040.tar.gz
Removed 01_do-not-use-python-certifi.patch since
it is no longer necessary
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/01_do-not-use-python-certifi.patch17
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/01_do-not-use-python-certifi.patch b/debian/patches/01_do-not-use-python-certifi.patch
deleted file mode 100644
index 74fb4d0..0000000
--- a/debian/patches/01_do-not-use-python-certifi.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: To verify SSL certificates for HTTPS requests, use the bundle
- provided by ca-certificates instead of python-certifi.
-Author: Daniele Tricoli <eriol@mornie.org>
-Forwarded: not-needed
-Last-Update: 2012-05-04
-
---- a/setup.py
-+++ b/setup.py
-@@ -32,7 +32,7 @@
- # On certain supported platforms (e.g., Red Hat / Debian / FreeBSD), Requests can
- # use the system CA bundle instead; see `requests.utils` for details.
- # If your platform is supported, set `requires` to [] instead:
--requires = ['certifi>=0.0.7']
-+requires = []
-
- # chardet is used to optimally guess the encodings of pages that don't declare one.
- # At this time, chardet is not a required dependency. However, it's sufficiently
diff --git a/debian/patches/series b/debian/patches/series
index 45a01fe..8d45f01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-01_do-not-use-python-certifi.patch
02_do-not-use-embedded-python-six.patch