diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyatspi_2.46.0.bb | 2 |
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" | |||
20 | inherit pkgconfig autotools python3native | 20 | inherit pkgconfig autotools python3native |
21 | 21 | ||
22 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" | 22 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" |
23 | |||
24 | RDEPENDS:${PN} += "python3-pygobject" | ||