python: add missing gmake dependency (#41211)
This commit is contained in:
parent
432f5d64e3
commit
6ac23545ec
@ -237,6 +237,7 @@ class Python(Package):
|
|||||||
variant("crypt", default=True, description="Build crypt module", when="@:3.12 platform=cray")
|
variant("crypt", default=True, description="Build crypt module", when="@:3.12 platform=cray")
|
||||||
|
|
||||||
if sys.platform != "win32":
|
if sys.platform != "win32":
|
||||||
|
depends_on("gmake", type="build")
|
||||||
depends_on("pkgconfig@0.9.0:", type="build")
|
depends_on("pkgconfig@0.9.0:", type="build")
|
||||||
depends_on("gettext +libxml2", when="+libxml2")
|
depends_on("gettext +libxml2", when="+libxml2")
|
||||||
depends_on("gettext ~libxml2", when="~libxml2")
|
depends_on("gettext ~libxml2", when="~libxml2")
|
||||||
|
Loading…
Reference in New Issue
Block a user