16795: Pin pycurl version.
authorTom Clegg <tom@tomclegg.ca>
Wed, 2 Sep 2020 14:06:34 +0000 (10:06 -0400)
committerTom Clegg <tom@tomclegg.ca>
Wed, 2 Sep 2020 14:06:34 +0000 (10:06 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

sdk/python/setup.py

index 589533177a4b83b5c481e2ff122b7594d536133a..3fff82c42d67f3045fe02d87fc44914709800e54 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',
+          'pycurl >=7.19.5.1, <7.43.0.4', # 7.43.0.4 removes support for python2
           'ruamel.yaml >=0.15.54, <=0.16.5',
           'setuptools',
           'ws4py >=0.4.2',