[ARVADOS] updated: 4f77c7788c6fc3a6cc9cd90ff231d837fdec7cc4

git at public.curoverse.com git at public.curoverse.com
Wed Jul 8 17:19:55 EDT 2015


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

       via  4f77c7788c6fc3a6cc9cd90ff231d837fdec7cc4 (commit)
      from  e76418b037477b700037652bec9dcba98839e14b (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 4f77c7788c6fc3a6cc9cd90ff231d837fdec7cc4
Author: Brett Smith <brett at curoverse.com>
Date:   Wed Jul 8 17:19:53 2015 -0400

    6358: Declare FUSE driver's dependency on llfuse >= 0.40.
    
    The workaround added in 08284382 requires this version.  Below that,
    llfuse's Queue at least lives in a different place.  We may be able to
    support older versions with more nuance, but for now, just codify the
    current reality.
    
    Closes #6358.  Refs #3198.

diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index b314cc8..3833493 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -30,7 +30,7 @@ setup(name='arvados_fuse',
         ],
       install_requires=[
         'arvados-python-client >= 0.1.20150625175218',
-        'llfuse',
+        'llfuse>=0.40',
         'python-daemon',
         'ciso8601'
         ],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list