zziplib: adding some missing build deps (#32833)
* zziplib: adding some missing build deps
This commit is contained in:
parent
f0ec6a994c
commit
cb9f174a7f
@ -30,6 +30,8 @@ class Zziplib(AutotoolsPackage):
|
|||||||
# see zzip/CMakeLists.txt
|
# see zzip/CMakeLists.txt
|
||||||
depends_on("coreutils", type="build", when="@0.13.71:")
|
depends_on("coreutils", type="build", when="@0.13.71:")
|
||||||
depends_on("pkgconfig", 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:")
|
@when("@0.13.71:")
|
||||||
def autoreconf(self, spec, prefix):
|
def autoreconf(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user