From 0ed58374e7e81f1039357c43c5f42ef39241e309 Mon Sep 17 00:00:00 2001 From: Levi Baber Date: Fri, 14 Sep 2018 12:35:45 -0500 Subject: py-colormath: new version, requires newer networkx (#9237) * py-colormath: new version requires newer networkx --- var/spack/repos/builtin/packages/py-colormath/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/spack/repos/builtin/packages/py-colormath/package.py b/var/spack/repos/builtin/packages/py-colormath/package.py index fa1584e85d..712bc526eb 100644 --- a/var/spack/repos/builtin/packages/py-colormath/package.py +++ b/var/spack/repos/builtin/packages/py-colormath/package.py @@ -31,8 +31,10 @@ class PyColormath(PythonPackage): homepage = "https://pypi.python.org/pypi/colormath/2.1.1" url = "https://pypi.io/packages/source/c/colormath/colormath-2.1.1.tar.gz" + version('3.0.0', '3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217') version('2.1.1', '10a0fb17e3c24363d0e1a3f2dccaa33b') depends_on('py-setuptools', type='build') depends_on('py-numpy', type=('build', 'run')) depends_on('py-networkx', type=('build', 'run')) + depends_on('py-networkx@2.0:', type=('build', 'run'), when='@3.0.0:') -- cgit v1.2.3-70-g09d2