[ARVADOS] updated: 1.3.0-1166-g4139c5dfd

Git user git at public.curoverse.com
Thu Jun 27 18:14:45 UTC 2019


Summary of changes:
 sdk/pam/setup.py              | 2 +-
 services/fuse/setup.py        | 2 +-
 services/nodemanager/setup.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

       via  4139c5dfde60cdd20d39f385ca36107b0c44906f (commit)
      from  56b6ea6226bff623e2fcd277733cceb219ea5b5c (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 4139c5dfde60cdd20d39f385ca36107b0c44906f
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Thu Jun 27 15:14:10 2019 -0300

    15209: Fixes pysdk dependency strings on pam, fuse & nodemanager.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/sdk/pam/setup.py b/sdk/pam/setup.py
index 807c948f1..063ca2625 100755
--- a/sdk/pam/setup.py
+++ b/sdk/pam/setup.py
@@ -49,7 +49,7 @@ setup(name='arvados-pam',
           ('share/doc/arvados-pam/examples', glob.glob('examples/*')),
       ],
       install_requires=[
-          'arvados-python-client=={}'.format(pysdk_dep),
+          'arvados-python-client{}'.format(pysdk_dep),
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'python-pam'],
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index d95fc1d81..0439d7d0c 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -43,7 +43,7 @@ setup(name='arvados_fuse',
           ('share/doc/arvados_fuse', ['agpl-3.0.txt', 'README.rst']),
       ],
       install_requires=[
-        'arvados-python-client=={}'.format(pysdk_dep),
+        'arvados-python-client{}'.format(pysdk_dep),
         # llfuse 1.3.4 fails to install via pip
         'llfuse >=1.2, <1.3.4',
         'python-daemon',
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 20d9f2cc5..fcfd36339 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -41,7 +41,7 @@ setup(name='arvados-node-manager',
       ],
       install_requires=[
           'apache-libcloud>=2.3.1.dev1',
-          'arvados-python-client=={}'.format(pysdk_dep),
+          'arvados-python-client{}'.format(pysdk_dep),
           'future',
           'pykka < 2',
           'python-daemon',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list