X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a95f899d7ac84f29b3d019aa410d265bb40833e5..e20fbcb9eefcea9ea0b99eae0952817171bcd7a2:/services/fuse/setup.py diff --git a/services/fuse/setup.py b/services/fuse/setup.py index d7e1a8afb3..d46a312830 100644 --- a/services/fuse/setup.py +++ b/services/fuse/setup.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 import os import sys @@ -38,9 +41,10 @@ setup(name='arvados_fuse', ], install_requires=[ 'arvados-python-client >= 0.1.20151118035730', - 'llfuse==0.41.1', + 'llfuse>=1.2', 'python-daemon', - 'ciso8601' + 'ciso8601', + 'setuptools' ], test_suite='tests', tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],