11994: Fix wrong class in "except ENOENT" handler.
[arvados.git] / services / fuse / setup.py
index 6abca6027aed0ea63554b3b3996eaa93fe5f3710..d46a3128305581837060727056c27a7eeadd7456 100644 (file)
@@ -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'