summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb
index 6d80c10915..c60d40e3a2 100644
--- a/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb
@@ -11,6 +11,10 @@ SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=gnome-3-32"
11SRCREV = "dc4565208fca00da06b972915a080ad3c63f640d" 11SRCREV = "dc4565208fca00da06b972915a080ad3c63f640d"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14# Same restriction as gtk+
15inherit distro_features_check
16ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
17
14inherit pkgconfig autotools python3native 18inherit pkgconfig autotools python3native
15 19
16FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" 20FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*"