diff options
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index fbf3a39b15..eb292c51d4 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -146,7 +146,9 @@ do_install:append:mingw32() { | |||
146 | rm -f ${D}${bindir}/gtester-report | 146 | rm -f ${D}${bindir}/gtester-report |
147 | } | 147 | } |
148 | 148 | ||
149 | CODEGEN_PYTHON_RDEPENDS = "python3 python3-distutils python3-xml" | 149 | # remove setuptools dependency when usage of distutils is dropped in |
150 | # https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/gdbus-2.0/codegen/utils.py | ||
151 | CODEGEN_PYTHON_RDEPENDS = "python3 python3-setuptools python3-xml" | ||
150 | CODEGEN_PYTHON_RDEPENDS:mingw32 = "" | 152 | CODEGEN_PYTHON_RDEPENDS:mingw32 = "" |
151 | 153 | ||
152 | RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" | 154 | RDEPENDS:${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}" |