Hack to fix python dependency ranges (#3938)

* Hack to fix python dependency ranges

* Flake8
This commit is contained in:
Adam J. Stewart
2017-04-22 17:31:50 -05:00
committed by GitHub
parent fc8106afe3
commit 4e17ae911b
41 changed files with 46 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ class PyEasybuildFramework(PythonPackage):
version('3.1.2', '283bc5f6bdcb90016b32986d52fd04a8')
depends_on('python@2.6:2.9', type='run')
depends_on('python@2.6:2.8', type='run')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-vsc-base@2.5.4:', when='@2.9:', type='run')
depends_on('py-vsc-install', type='run') # only required for tests (python -O -m test.framework.suite)