[ARVADOS] updated: 5223e68fa0d1f1fc52c7285fa6844d7932ba9acb
Git user
git at public.curoverse.com
Fri May 26 11:06:43 EDT 2017
Summary of changes:
sdk/cwl/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 5223e68fa0d1f1fc52c7285fa6844d7932ba9acb (commit)
from 79b826befbc0b62a822e2d0c922e5c4ea0a3bb7c (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 5223e68fa0d1f1fc52c7285fa6844d7932ba9acb
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri May 26 11:06:35 2017 -0400
11100: Add ciso8601 dependency
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index bd2aa20..efed1cc 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -53,7 +53,8 @@ setup(name='arvados-cwl-runner',
'typing==3.5.3.0',
'ruamel.yaml==0.13.7',
'arvados-python-client>=0.1.20170327195441',
- 'setuptools'
+ 'setuptools',
+ 'ciso8601'
],
data_files=[
('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list