Skip to content
Snippets Groups Projects
Commit 0a666af3 authored by Glenn Johnson's avatar Glenn Johnson Committed by Adam J. Stewart
Browse files

Remove overlapping depends_on statement for py-basemap (#14475)

This PR resolves an overlapping dependency specification for py-basemap.
parent 487731e2
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,7 @@ class PyBasemap(PythonPackage): ...@@ -22,8 +22,7 @@ class PyBasemap(PythonPackage):
depends_on('py-setuptools', type=('build', 'run')) depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-numpy', type=('build', 'run')) depends_on('py-numpy', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run')) depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-pyproj@:1.99', type=('build', 'run'), when='@:1.2.0') depends_on('py-pyproj@:1.99', type=('build', 'run'))
depends_on('py-pyproj', type=('build', 'run'))
depends_on('py-pyshp', type=('build', 'run')) depends_on('py-pyshp', type=('build', 'run'))
depends_on('pil', type=('build', 'run')) depends_on('pil', type=('build', 'run'))
depends_on('geos') depends_on('geos')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment