Put upper bound on PyCURL
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 10 Mar 2022 15:03:34 +0000 (10:03 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 10 Mar 2022 21:48:58 +0000 (16:48 -0500)
Starting with PyCURL 7.45.0 it is incompatible with the version of GNU
TLS that ships with Debian 10.

no issue #

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/python/setup.py

index f82d44ab6033072915044e0514663ad9e1890025..126b12f156bea0b173fd4d3a2ca3c8766ee0d41a 100644 (file)
@@ -51,7 +51,7 @@ setup(name='arvados-python-client',
           'google-api-python-client >=1.6.2, <2',
           'google-auth<2',
           'httplib2 >=0.9.2, <0.20.2',
-          'pycurl >=7.19.5.1',
+          'pycurl >=7.19.5.1, <7.45.0',
           'ruamel.yaml >=0.15.54, <0.17.11',
           'setuptools',
           'ws4py >=0.4.2',