File: fix-python3.5.diff

package info (click to toggle)
python-setuptools 33.1.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,848 kB
  • ctags: 3,409
  • sloc: python: 19,087; ansic: 195; makefile: 97; xml: 14
file content (12 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: b/setup.py
===================================================================
--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,6 @@ setup_params = dict(
         """).strip().splitlines(),
     python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*',
     extras_require={
-        "ssl:sys_platform=='win32'": "wincertstore==0.2",
         "certs": "certifi==2016.9.26",
     },
     dependency_links=[