Hack to fix python dependency ranges (#3938)
* Hack to fix python dependency ranges * Flake8
This commit is contained in:
@@ -69,7 +69,7 @@ class PyYt(PythonPackage):
|
||||
depends_on("py-setuptools", type=('build', 'run'))
|
||||
depends_on("py-sympy", type=('build', 'run'))
|
||||
depends_on("rockstar@yt", type=('build', 'run'), when="+rockstar")
|
||||
depends_on("python @2.7:2.999,3.4:")
|
||||
depends_on("python@2.7:2.8,3.4:")
|
||||
|
||||
@run_before('install')
|
||||
def prep_yt(self):
|
||||
|
Reference in New Issue
Block a user