12055: Changed nodemanager's libcloud dependency to use our v2.2
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 30 Aug 2017 11:10:47 +0000 (08:10 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Wed, 30 Aug 2017 11:10:47 +0000 (08:10 -0300)
fork.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

build/libcloud-pin.sh
services/nodemanager/setup.py

index 1ddb776df6bbc3e89be7838cd4040496434c9db8..42711e3cfb5d5f79d586eab41a03318e367cfc74 100644 (file)
@@ -2,4 +2,4 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-LIBCLOUD_PIN=0.20.2.dev4
\ No newline at end of file
+LIBCLOUD_PIN=2.2.0.dev1
index 0549e764bb3c25923ab9025cecceb631399ceb08..3f887af2cccaf1227269f1c69038f5a16f1efa17 100644 (file)
@@ -32,7 +32,7 @@ setup(name='arvados-node-manager',
           ('share/doc/arvados-node-manager', ['agpl-3.0.txt', 'README.rst']),
       ],
       install_requires=[
-          'apache-libcloud>=0.20',
+          'apache-libcloud==2.2.0.dev1',
           'arvados-python-client>=0.1.20170731145219',
           'future',
           'pykka',
@@ -40,14 +40,14 @@ setup(name='arvados-node-manager',
           'setuptools'
       ],
       dependency_links=[
-          "https://github.com/curoverse/libcloud/archive/apache-libcloud-0.20.2.dev4.zip"
+          "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.2.0.dev1.zip"
       ],
       test_suite='tests',
       tests_require=[
           'requests',
           'pbr<1.7.0',
           'mock>=1.0',
-          'apache-libcloud==0.20.2.dev4',
+          'apache-libcloud==2.2.0.dev1',
       ],
       zip_safe=False,
       cmdclass={'egg_info': tagger},