py-healpy: added missing dep (#23960)

* py-healpy: added missing dep

* added healpix and pkgconfig
This commit is contained in:
Desmond Orton 2021-05-27 17:33:03 -06:00 committed by GitHub
parent f31bc986a8
commit e74d10fd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,12 @@ class PyHealpy(PythonPackage):
version('1.13.0', sha256='d0ae02791c2404002a09c643e9e50bc58e3d258f702c736dc1f39ce1e6526f73')
version('1.7.4', sha256='3cca7ed7786ffcca70e2f39f58844667ffb8521180ac890d4da651b459f51442')
depends_on('python', type=('build', 'run'))
depends_on('py-setuptools@3.2:', type='build')
depends_on('py-pkgconfig', type='build')
depends_on('py-numpy@1.13:', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'))
depends_on('py-astropy', type=('build', 'run'))
depends_on('py-matplotlib', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('cfitsio', type=('build', 'run'))
depends_on('healpix-cxx', type=('build', 'run'))