py-astropy: set version constraint on cfitsio (#27805)
This commit is contained in:
parent
c2def5c2f4
commit
252cd48b9c
@ -62,7 +62,7 @@ class PyAstropy(PythonPackage):
|
||||
# System dependencies
|
||||
depends_on('erfa')
|
||||
depends_on('wcslib')
|
||||
depends_on('cfitsio')
|
||||
depends_on('cfitsio@:3')
|
||||
depends_on('expat')
|
||||
|
||||
def patch(self):
|
||||
|
Loading…
Reference in New Issue
Block a user