[ARVADOS] updated: 54873fcd103e4887e41e987522e4442b62f682ad
git at public.curoverse.com
git at public.curoverse.com
Fri Feb 6 12:01:11 EST 2015
Summary of changes:
services/fuse/setup.py | 2 +-
services/nodemanager/setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 54873fcd103e4887e41e987522e4442b62f682ad (commit)
from e5b8f6826a2034c0c7d7142cff3fb02f64fb8831 (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 54873fcd103e4887e41e987522e4442b62f682ad
Author: Brett Smith <brett at curoverse.com>
Date: Fri Feb 6 12:00:41 2015 -0500
Relax version limit of python-daemon dependencies.
We imposed this limit in 9c2e673ba96ba5d11e56a4aba67157e64dfe01e2.
The issues seem to be ironed out as of version 2.0.4. See:
* <http://lists.alioth.debian.org/pipermail/python-daemon-devel/2015-January/000114.html>
* <https://bitbucket.org/pypa/setuptools/issue/338/__future__-imports-are-not-effective-in>
No issue #.
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index ffd8240..7c84531 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<2',
+ 'python-daemon',
],
test_suite='tests',
tests_require=['PyYAML'],
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 6923b07..5fc4294 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<2',
+ 'python-daemon',
],
scripts=['bin/arvados-node-manager'],
test_suite='tests',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list