summaryrefslogtreecommitdiff
path: root/net/py-urllib3/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-urllib3/files/patch-setup.py')
-rw-r--r--net/py-urllib3/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/py-urllib3/files/patch-setup.py b/net/py-urllib3/files/patch-setup.py
deleted file mode 100644
index eff6df0398d2..000000000000
--- a/net/py-urllib3/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2016-09-06 14:39:59 UTC
-+++ setup.py
-@@ -61,7 +61,7 @@ setup(name='urllib3',
- 'certifi',
- ],
- 'socks': [
-- 'PySocks>=1.5.6,<2.0,!=1.5.7',
-+ 'PySocks>=1.5.6',
- ]
- },
- )