swig: needs zlib (#33890)

This commit is contained in:
Harmen Stoppels 2022-11-14 21:22:12 +01:00 committed by GitHub
parent f9e9ecd0c1
commit 2cd7322b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ class Swig(AutotoolsPackage, SourceforgePackage):
)
depends_on("pcre")
depends_on("zlib")
AUTOCONF_VERSIONS = ["@master", "@fortran", "@4.0.2-fortran", "@4.1.dev1-fortran"]