From: Peter Amstutz Date: Thu, 10 Mar 2022 15:03:34 +0000 (-0500) Subject: Put upper bound on PyCURL X-Git-Tag: 2.4.0~56 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/d655e2addaba4168f76fb7c4e2e9f6d649917bcc Put upper bound on PyCURL 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 --- diff --git a/sdk/python/setup.py b/sdk/python/setup.py index f82d44ab60..126b12f156 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -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',