[ARVADOS] updated: 08c4e44a6a431286408ce9984bc4be84dccb49f7
git at public.curoverse.com
git at public.curoverse.com
Wed Feb 19 15:00:49 EST 2014
Summary of changes:
sdk/python/requirements.txt | 2 +-
sdk/python/setup.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
via 08c4e44a6a431286408ce9984bc4be84dccb49f7 (commit)
from daa5e6586560d002fd4cd9c76ea9ffc199bcb26d (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 08c4e44a6a431286408ce9984bc4be84dccb49f7
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Wed Feb 19 20:00:40 2014 +0000
changed fusepy to llfuse
diff --git a/sdk/python/requirements.txt b/sdk/python/requirements.txt
index 61d57fe..5aef1a8 100644
--- a/sdk/python/requirements.txt
+++ b/sdk/python/requirements.txt
@@ -2,4 +2,4 @@ google-api-python-client==1.2
httplib2==0.8
python-gflags==2.0
urllib3==1.7.1
-fusepy==2.0.2
+llfuse=0.40
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 7506931..9ea420c 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -16,12 +16,13 @@ setup(name='arvados-python-client',
'bin/arv-get',
'bin/arv-put',
'bin/arv-mount',
+ 'bin/arv-ls',
],
install_requires=[
'python-gflags',
'google-api-python-client',
'httplib2',
'urllib3',
- 'fusepy',
+ 'llfuse'
],
zip_safe=False)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list