[ARVADOS] updated: 1.4.0-23-g31d312ad2
Git user
git at public.curoverse.com
Sat Sep 21 13:41:07 UTC 2019
Summary of changes:
services/nodemanager/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 31d312ad2bfec9131c376d6d6206804c3608fcb9 (commit)
from cff7ea9429ccfd950bbd8df6153f9f80b6e112eb (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 31d312ad2bfec9131c376d6d6206804c3608fcb9
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Sat Sep 21 09:30:59 2019 -0400
15649: Revert python-arvados-sdk dependency change accidentally
introduced in commit ce4e615391bfda40400fd1ca6e03eab6aa4fd77e
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 7b39daa0a..3dd79b8e0 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -36,7 +36,7 @@ setup(name='arvados-node-manager',
],
install_requires=[
'apache-libcloud==2.5.0', # 2.6.0 cannot create azure nodes, #15649
- 'arvados-python-client{}'.format(pysdk_dep),
+ 'arvados-python-client>=0.1.20170731145219',
'future',
'pykka < 2',
'python-daemon',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list