Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 787584
Collapse All | Expand All

(-)a/setup.py (-2 / +1 lines)
Lines 43-49 def run_tests(self): Link Here
43
43
44
requires = [
44
requires = [
45
    'chardet>=3.0.2,<5',
45
    'chardet>=3.0.2,<5',
46
    'idna>=2.5,<3',
46
    'idna>=2.5,<4',
47
    'urllib3>=1.21.1,<1.27',
47
    'urllib3>=1.21.1,<1.27',
48
    'certifi>=2017.4.17'
48
    'certifi>=2017.4.17'
49
49
50
--
51
setup.py | 3 ++-
50
setup.py | 3 ++-
52
1 file changed, 2 insertions(+), 1 deletion(-)
51
1 file changed, 2 insertions(+), 1 deletion(-)
(-)a/setup.py (-1 / +2 lines)
Lines 43-49 def run_tests(self): Link Here
43
43
44
requires = [
44
requires = [
45
    'chardet>=3.0.2,<5',
45
    'chardet>=3.0.2,<5',
46
    'idna>=2.5,<4',
46
    'idna>=2.5,<3 ; python_version < "3"',
47
    'idna>=2.5,<4 ; python_version >= "3"',
47
    'urllib3>=1.21.1,<1.27',
48
    'urllib3>=1.21.1,<1.27',
48
    'certifi>=2017.4.17'
49
    'certifi>=2017.4.17'
49
50

Return to bug 787584