[ARVADOS] updated: 1.1.4-193-g8600dd8
Git user
git at public.curoverse.com
Fri May 4 12:57:24 EDT 2018
Summary of changes:
services/fuse/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 8600dd885c2e3100d83afec792d0eac582ff349e (commit)
from 8c1c8e90135d627932d4fcb7c7b72a8cc75cea75 (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 8600dd885c2e3100d83afec792d0eac582ff349e
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Fri May 4 12:46:49 2018 -0400
Pin llfuse to 1.2.
We have been testing with 1.2 since 2017.
Current version 1.3.4 fails to install.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 9fd2586..4b410b9 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -39,7 +39,7 @@ setup(name='arvados_fuse',
],
install_requires=[
'arvados-python-client >= 0.1.20151118035730',
- 'llfuse>=1.2',
+ 'llfuse==1.2',
'python-daemon',
'ciso8601',
'setuptools'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list