Addresses https://dev.arvados.org/issues/15888#note-27
authorNico Cesar <nico@nicocesar.com>
Wed, 9 Sep 2020 13:59:22 +0000 (09:59 -0400)
committerNico Cesar <nico@nicocesar.com>
Wed, 9 Sep 2020 13:59:22 +0000 (09:59 -0400)
refs #15888

Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico@curii.com>

sdk/python/setup.py

index 430350b885971b945b56d625363e8f26e5f06e1f..8bd43f5960a65bf6040a7545b75d781f89295652 100644 (file)
@@ -50,7 +50,7 @@ setup(name='arvados-python-client',
           'future',
           'google-api-python-client >=1.6.2, <1.7',
           'httplib2 >=0.9.2',
-          'pycurl >=7.19.5.1, <7.43.0.4', # 7.43.0.4 removes support for python2
+          'pycurl >=7.19.5.1',
           'ruamel.yaml >=0.15.54, <=0.16.5',
           'setuptools',
           'ws4py >=0.4.2',