zziplib: adding some missing build deps (#32833)

* zziplib: adding some missing build deps
This commit is contained in:
snehring 2022-09-27 11:46:01 -05:00 committed by GitHub
parent f0ec6a994c
commit cb9f174a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@ class Zziplib(AutotoolsPackage):
# see zzip/CMakeLists.txt
depends_on("coreutils", type="build", when="@0.13.71:")
depends_on("pkgconfig", type="build", when="@0.13.71:")
depends_on("zip", type="build", when="@0.13.71:")
depends_on("unzip", type="build", when="@0.13.71:")
@when("@0.13.71:")
def autoreconf(self, spec, prefix):