16524: Pin rsa package to < 4.1
authorPeter Amstutz <peter.amstutz@curii.com>
Fri, 12 Jun 2020 14:13:24 +0000 (10:13 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Fri, 12 Jun 2020 14:37:43 +0000 (10:37 -0400)
Because >= 4.1 does not support python 2 any more.  refs #16524

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

sdk/python/setup.py

index ff68e2a7fd8888d10d56b96e13a5a9bf2690a177..4adadc353ecf863e44b8dad18ca92768e257ff61 100644 (file)
@@ -54,6 +54,7 @@ setup(name='arvados-python-client',
           'ruamel.yaml >=0.15.54, <=0.15.77',
           'setuptools',
           'ws4py >=0.4.2',
+          'rsa < 4.1'
       ],
       extras_require={
           ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],