Hack to fix python dependency ranges (#3938)
* Hack to fix python dependency ranges * Flake8
This commit is contained in:
@@ -34,4 +34,4 @@ class PyXmlrunner(PythonPackage):
|
||||
version('1.7.7', '7b0b152ed2d278516aedbc0cac22dfb3')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-unittest2', type=('build', 'run'), when='^python@:2.7')
|
||||
depends_on('py-unittest2', type=('build', 'run'), when='^python@:2.8')
|
||||
|
Reference in New Issue
Block a user