python3-pyatspi: make dependent on gobject-introspection-data being enabled

Any user of pygobject needs to support gobject-introspection.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2023-05-19 17:34:38 +01:00 committed by Khem Raj
parent 2697f5bcf4
commit 98a80a5f6a

View File

@ -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