Skip to content

Commit

Permalink
py-pyhdf: use zlib-api
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Mar 1, 2024
1 parent 8e40b08 commit b2970a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-pyhdf/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PyPyhdf(PythonPackage):
depends_on("[email protected]:", type=("build", "run"))

# Dependencies
depends_on("zlib", type=("build", "run"))
depends_on("zlib-api", type=("build", "run"))
depends_on("hdf", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("jpeg", type=("build", "run"))
Expand Down

0 comments on commit b2970a5

Please sign in to comment.