[arvados] updated: 2.7.0-6196-g957e73e7b4
git repository hosting
git at public.arvados.org
Fri Mar 15 13:56:27 UTC 2024
Summary of changes:
services/fuse/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 957e73e7b433068da1f1f91b62c8d2b2d26fd829 (commit)
from 533fb983bc2547df67aa9b1b263d30c03b389214 (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 957e73e7b433068da1f1f91b62c8d2b2d26fd829
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Mar 15 09:56:09 2024 -0400
21541: Adjust dependency to arvados-llfuse fork
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index b04829652e..c7d6396983 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -44,7 +44,7 @@ setup(name='arvados_fuse',
],
install_requires=[
'arvados-python-client{}'.format(pysdk_dep),
- 'llfuse >= 1.3.6',
+ 'arvados-llfuse >= 1.5.1',
'future',
'python-daemon',
'ciso8601 >= 2.0.0',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list