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

@@ -38,4 +38,4 @@ class PySymfit(PythonPackage):
depends_on('py-numpy', type='run')
depends_on('py-scipy', type='run')
depends_on('py-sympy', type='run')
depends_on('py-funcsigs', type='run', when='^python@:2.7.999')
depends_on('py-funcsigs', type='run', when='^python@:2.8')