diff mbox series

[11/13] python3-pyatspi: make dependent on gobject-introspection-data being enabled

Message ID 20230519163440.2733149-11-ross.burton@arm.com
State Under Review
Headers show
Series [01/13] libblockdev: add PACKAGECONFIG for tools | expand

Commit Message

Ross Burton May 19, 2023, 4:34 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Any user of pygobject needs to support gobject-introspection.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
index 4595eafc6d..aa3000bf6b 100644
--- a/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb
@@ -15,6 +15,7 @@  S = "${WORKDIR}/git"
 # Same restriction as gtk+
 inherit features_check setuptools3
 ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
 inherit pkgconfig autotools python3native