[ARVADOS] created: 1.1.4-417-g089b68192
Git user
git at public.curoverse.com
Wed Jun 13 15:29:46 EDT 2018
at 089b68192e6fd089c03331c389da1dace039c899 (commit)
commit 089b68192e6fd089c03331c389da1dace039c899
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Wed Jun 13 16:29:17 2018 -0300
7478: Fix nodemanager's libcloud install dependency.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 3d6b15c42..d94ceb2fa 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -35,7 +35,7 @@ setup(name='arvados-node-manager',
('share/doc/arvados-node-manager', ['agpl-3.0.txt', 'README.rst']),
],
install_requires=[
- 'apache-libcloud>=2.3',
+ 'apache-libcloud>=2.3.1.dev1',
'arvados-python-client>=0.1.20170731145219',
'future',
'pykka',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list