[ARVADOS] updated: 5eb51309554803d2933ccd4c72984bcb64e219d2
Git user
git at public.curoverse.com
Tue Jul 18 13:12:03 EDT 2017
Summary of changes:
services/fuse/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5eb51309554803d2933ccd4c72984bcb64e219d2 (commit)
from add4fc986c89da4b383dd3abab04afae3043c2c2 (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 5eb51309554803d2933ccd4c72984bcb64e219d2
Author: Nico Cesar <nico at curoverse.com>
Date: Tue Jul 18 13:11:37 2017 -0400
11980: solving python-llfuse >1.2 dependency update
refs #11980
Arvados-DCO-1.1-Signed-off-by: Nicolas Cesar <nico at curoverse.com>
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 6abca60..d46a312 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -41,7 +41,7 @@ setup(name='arvados_fuse',
],
install_requires=[
'arvados-python-client >= 0.1.20151118035730',
- 'llfuse==0.41.1',
+ 'llfuse>=1.2',
'python-daemon',
'ciso8601',
'setuptools'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list