SIPPackage: add gmake as a build dependency to be able to build py-pyqt5 (#48660)

This commit is contained in:
Juan Miguel Carceller 2025-01-23 15:51:59 +01:00 committed by GitHub
parent effe433c96
commit f95e27a159
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ class SIPPackage(spack.package_base.PackageBase):
with when("build_system=sip"):
extends("python", type=("build", "link", "run"))
depends_on("py-sip", type="build")
depends_on("gmake", type="build")
@property
def import_modules(self):