[ARVADOS] updated: e48fa087b669f02e57b8f209e1f2e1d56b85ba05

Git user git at public.curoverse.com
Tue Mar 8 16:43:14 EST 2016


Summary of changes:
 services/fuse/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  e48fa087b669f02e57b8f209e1f2e1d56b85ba05 (commit)
      from  0a0011c987cbec72c7e13762dbc99b8e19db47c1 (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 e48fa087b669f02e57b8f209e1f2e1d56b85ba05
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Mar 8 16:40:22 2016 -0500

    8345: Pin llfuse to <1.0

diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 0c2a4cc..8eed573 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -33,7 +33,7 @@ setup(name='arvados_fuse',
       ],
       install_requires=[
         'arvados-python-client >= 0.1.20151118035730',
-        'llfuse>=0.42.1',
+        'llfuse >= 0.42.1, < 1.0',
         'python-daemon',
         'ciso8601'
         ],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list