[ARVADOS] updated: 1ec9e3707d464e96e0a1c44d3d074842b3b5051b
git at public.curoverse.com
git at public.curoverse.com
Thu Jun 25 13:54:49 EDT 2015
Summary of changes:
services/fuse/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1ec9e3707d464e96e0a1c44d3d074842b3b5051b (commit)
from 5b3187552676947ee74e4b652e7a04d3d9b9a3a4 (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 1ec9e3707d464e96e0a1c44d3d074842b3b5051b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Jun 25 13:55:07 2015 -0400
Update arvados_fuse version dependency on arvados-python-client. refs #3198
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 34b5fc2..b314cc8 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -29,7 +29,7 @@ setup(name='arvados_fuse',
'bin/arv-mount'
],
install_requires=[
- 'arvados-python-client',
+ 'arvados-python-client >= 0.1.20150625175218',
'llfuse',
'python-daemon',
'ciso8601'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list