summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb2
1 files changed, 2 insertions, 0 deletions
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 aa3000bf6b..cd0e12ec8e 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
@@ -20,3 +20,5 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
20inherit pkgconfig autotools python3native 20inherit pkgconfig autotools python3native
21 21
22FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" 22FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*"
23
24RDEPENDS:${PN} += "python3-pygobject"