py-colormath: new version, requires newer networkx (#9237)

* py-colormath: new version requires newer networkx
This commit is contained in:
Levi Baber 2018-09-14 12:35:45 -05:00 committed by Todd Gamblin
parent 466bc20874
commit 0ed58374e7

View File

@ -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:')