fix version specs for EasyBuild packages (#3659)

* fix Python version requirement for easybuild-framework

* make 'when' for depends_on('py-easybuild-framework') open-ended
This commit is contained in:
Kenneth Hoste
2017-04-01 20:14:15 +02:00
committed by Adam J. Stewart
parent 90306cf415
commit b67e2db159
3 changed files with 3 additions and 3 deletions

View File

@@ -33,4 +33,4 @@ class PyEasybuildEasyblocks(PythonPackage):
version('3.1.2', 'be08da30c07e67ed3e136e8d38905fbc')
depends_on('py-easybuild-framework@3.1:', when='@3.1', type='run')
depends_on('py-easybuild-framework@3.1:', when='@3.1:', type='run')