python: add missing gmake dependency (#41211)

This commit is contained in:
Michael Kuhn 2023-11-22 11:17:27 +01:00 committed by GitHub
parent 432f5d64e3
commit 6ac23545ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,6 +237,7 @@ class Python(Package):
variant("crypt", default=True, description="Build crypt module", when="@:3.12 platform=cray")
if sys.platform != "win32":
depends_on("gmake", type="build")
depends_on("pkgconfig@0.9.0:", type="build")
depends_on("gettext +libxml2", when="+libxml2")
depends_on("gettext ~libxml2", when="~libxml2")