[ARVADOS] updated: 9c2e673ba96ba5d11e56a4aba67157e64dfe01e2

git at public.curoverse.com git at public.curoverse.com
Wed Jan 14 12:47:41 EST 2015


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

       via  9c2e673ba96ba5d11e56a4aba67157e64dfe01e2 (commit)
      from  1371663d86021d17a218f7103871df0f80a3d356 (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 9c2e673ba96ba5d11e56a4aba67157e64dfe01e2
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Jan 14 12:47:38 2015 -0500

    Python packages use python-daemon<2.
    
    It's good to see python-daemon under active development, but they're
    working out so many little issues so rapidly that we're having a hard
    time keeping on top of them in our builds.  We're pinning the version
    until things settle down a little.  No issue #.

diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 43b563a..ffd8240 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -44,7 +44,7 @@ setup(name='arvados_fuse',
       install_requires=[
         'arvados-python-client>=0.1.20141203150737.277b3c7',
         'llfuse',
-        'python-daemon'
+        'python-daemon<2',
         ],
       test_suite='tests',
       tests_require=['PyYAML'],
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 5fc4294..6923b07 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -40,7 +40,7 @@ setup(name='arvados-node-manager',
         'apache-libcloud',
         'arvados-python-client',
         'pykka',
-        'python-daemon',
+        'python-daemon<2',
         ],
       scripts=['bin/arvados-node-manager'],
       test_suite='tests',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list