py-wxpython: depends_on wxwidgets +gui (#48499)

This commit is contained in:
Wouter Deconinck 2025-01-13 05:31:13 -06:00 committed by GitHub
parent 39679d0882
commit 62f7a4c9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ class PyWxpython(PythonPackage):
depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
depends_on("wxwidgets")
depends_on("wxwidgets +gui")
# Needed for the build.py script
depends_on("py-setuptools", type="build")