[ARVADOS] updated: 1.3.0-2271-g19a22a743
Git user
git at public.arvados.org
Fri Jun 12 14:37:56 UTC 2020
Summary of changes:
sdk/python/setup.py | 1 +
1 file changed, 1 insertion(+)
via 19a22a743e63cf54dfb104e19123f2aa8a5bcbd6 (commit)
from db83f805e4ccf82eef22fe2c9a3db38ebd772a83 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 19a22a743e63cf54dfb104e19123f2aa8a5bcbd6
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Jun 12 10:13:24 2020 -0400
16524: Pin rsa package to < 4.1
Because >= 4.1 does not support python 2 any more. refs #16524
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index ff68e2a7f..4adadc353 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -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'],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list