py-healpy: added missing dep (#23960)
* py-healpy: added missing dep * added healpix and pkgconfig
This commit is contained in:
parent
f31bc986a8
commit
e74d10fd78
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user