From: Tom Clegg Date: Tue, 3 Jan 2017 20:05:20 +0000 (-0500) Subject: 8345: Revert llfuse to 0.41.1. X-Git-Tag: 1.1.0~495^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/ce42f38437ccda92142eda2e49d77226f78bd82d?hp=002042bd4a1eb6992313ef821053c4a38fd3b4a8 8345: Revert llfuse to 0.41.1. --- diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 29b7e8cc7e..b50538f3a9 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -106,7 +106,7 @@ case "$TARGET" in PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \ oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \ rsa uritemplate httplib2 ws4py pykka six \ - ciso8601 pycrypto backports.ssl_match_hostname 'llfuse>=1.0' \ + ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \ 'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \ shellescape mistune typing avro ruamel.ordereddict cachecontrol 'pathlib2>=2.1.0') @@ -117,7 +117,7 @@ case "$TARGET" in PYTHON_BACKPORTS=(python-gflags==2.0 google-api-python-client==1.4.2 \ oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \ rsa uritemplate httplib2 ws4py pykka six \ - ciso8601 pycrypto backports.ssl_match_hostname 'llfuse>=1.0' \ + ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \ contextlib2 'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \ shellescape mistune typing avro isodate ruamel.ordereddict cachecontrol requests 'pathlib2>=2.1.0') @@ -125,7 +125,7 @@ case "$TARGET" in ;; ubuntu1404) FORMAT=deb - PYTHON_BACKPORTS=(pyasn1==0.1.7 pyasn1-modules==0.0.5 'llfuse>=1.0' ciso8601 \ + PYTHON_BACKPORTS=(pyasn1==0.1.7 pyasn1-modules==0.0.5 llfuse==0.41.1 ciso8601 \ google-api-python-client==1.4.2 six uritemplate oauth2client==1.5.2 httplib2 \ rsa 'pycurl<7.21.5' backports.ssl_match_hostname pyyaml 'rdflib>=4.2.0' \ shellescape mistune typing avro ruamel.ordereddict @@ -145,7 +145,7 @@ case "$TARGET" in oauth2client==1.5.2 pyasn1==0.1.7 pyasn1-modules==0.0.5 \ rsa uritemplate httplib2 ws4py pykka \ ciso8601 pycrypto 'pycurl<7.21.5' \ - python-daemon==2.1.1 'llfuse>=1.0' 'pbr<1.0' pyyaml contextlib2 \ + python-daemon==2.1.1 llfuse==0.41.1 'pbr<1.0' pyyaml contextlib2 \ 'rdflib>=4.2.0' shellescape mistune typing avro \ isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \ ruamel.ordereddict cachecontrol 'pathlib2>=2.1.0') diff --git a/services/fuse/setup.py b/services/fuse/setup.py index 0e0ed4b092..9e282caf49 100644 --- a/services/fuse/setup.py +++ b/services/fuse/setup.py @@ -38,7 +38,7 @@ setup(name='arvados_fuse', ], install_requires=[ 'arvados-python-client >= 0.1.20151118035730', - 'llfuse >= 1.0', + 'llfuse==0.41.1', 'python-daemon', 'ciso8601', 'setuptools'