[ARVADOS] updated: ceae525c9b247a5c66094c0a733b62b3038c8fea
Git user
git at public.curoverse.com
Wed Dec 7 15:57:36 EST 2016
Summary of changes:
sdk/cwl/setup.py | 3 ++-
sdk/python/setup.py | 1 +
services/fuse/setup.py | 3 ++-
services/nodemanager/setup.py | 1 +
4 files changed, 6 insertions(+), 2 deletions(-)
via ceae525c9b247a5c66094c0a733b62b3038c8fea (commit)
from f88d5e28703e3de0e02a05df6d472effb03fc6a8 (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 ceae525c9b247a5c66094c0a733b62b3038c8fea
Author: Lucas Di Pentima <lucas at curoverse.com>
Date: Wed Dec 7 17:56:28 2016 -0300
10587: Added setuptools dependency to install_requires lists on arvados-cwl-runner, arvados-python-client, arvados-fuse and arvados-node-manager.
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 7751644..7a8ec3a 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -49,7 +49,8 @@ setup(name='arvados-cwl-runner',
# when updating the cwltool version pin.
install_requires=[
'cwltool==1.0.20161128202906',
- 'arvados-python-client>=0.1.20160826210445'
+ 'arvados-python-client>=0.1.20160826210445',
+ 'setuptools'
],
data_files=[
('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index e0aae96..9d7d248 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -51,6 +51,7 @@ setup(name='arvados-python-client',
'httplib2',
'pycurl >=7.19.5.1, <7.21.5',
'python-gflags<3.0',
+ 'setuptools',
'ws4py'
],
test_suite='tests',
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index d7e1a8a..9e282ca 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -40,7 +40,8 @@ setup(name='arvados_fuse',
'arvados-python-client >= 0.1.20151118035730',
'llfuse==0.41.1',
'python-daemon',
- 'ciso8601'
+ 'ciso8601',
+ 'setuptools'
],
test_suite='tests',
tests_require=['pbr<1.7.0', 'mock>=1.0', 'PyYAML'],
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index 3d838e4..c30108f 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -33,6 +33,7 @@ setup(name='arvados-node-manager',
'arvados-python-client>=0.1.20150206225333',
'pykka',
'python-daemon',
+ 'setuptools'
],
dependency_links = [
"https://github.com/curoverse/libcloud/archive/apache-libcloud-0.18.1.dev4.zip"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list