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,5 +33,5 @@ class PyEasybuildEasyconfigs(PythonPackage):
version('3.1.2', '13a4a97fe8a5b9a94f885661cf497d13')
depends_on('py-easybuild-framework@3.1:', when='@3.1', type='run')
depends_on('py-easybuild-framework@3.1:', when='@3.1:', type='run')
depends_on('py-easybuild-easyblocks@3.1.2:', when='@3.1.2', type='run')