SIPPackage: add gmake as a build dependency to be able to build py-pyqt5 (#48660)
This commit is contained in:
parent
effe433c96
commit
f95e27a159
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user