Permalink
Browse files
Fixup setup.py for cwltool and bioblend changes.
- Loading branch information...
Showing
with
3 additions
and
5 deletions.
-
+3
−5
setup.py
|
@@ -26,10 +26,9 @@ |
|
|
|
'cwltool', |
|
|
|
] |
|
|
|
|
|
|
|
# Latest stable bioblend does not support Python 3, setup dev dependency. |
|
|
|
dependency_links = [] |
|
|
|
if sys.version_info[0] != 2: |
|
|
|
dependency_links = ['git://github.com/galaxyproject/bioblend#egg=bioblend'] |
|
|
|
# Only import cwltool for Python 2. |
|
|
|
if sys.version_info[0] == 2: |
|
|
|
requirements.append("cwltool") |
|
|
|
|
|
|
|
|
|
|
|
test_requirements = [ |
|
@@ -91,7 +90,6 @@ |
|
|
|
'planemo_ext': 'planemo_ext'}, |
|
|
|
include_package_data=True, |
|
|
|
install_requires=requirements, |
|
|
|
dependency_links=dependency_links, |
|
|
|
license="AFL", |
|
|
|
zip_safe=False, |
|
|
|
keywords='planemo', |
|
|
0 comments on commit
1a157d4