metabat: adding missing build dependency (#34530)

This commit is contained in:
snehring 2022-12-15 02:23:59 -06:00 committed by GitHub
parent 6e4684fbca
commit d2aa8466eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ class Metabat(CMakePackage):
deprecated=True,
)
depends_on("autoconf", type="build")
depends_on("cmake", type="build", when="@2.13:")
depends_on("boost@1.55.0:", type=("build", "run"))