aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb
AgeCommit message (Collapse)Author
2019-09-03python3-pyatspi: restrict with GTK2DISTROFEATURESMartin Jansa
* fixes: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'gtk+' (but meta-oe/meta-python/recipes-devtools/python/python3-pyatspi_2.32.1.bb DEPENDS on or otherwise requires it) gtk+ was skipped: one of 'x11 directfb' needs to be in DISTRO_FEATURES ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'python3-pyatspi', 'gtk+'] Summary: There was 1 WARNING message shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-27python3-pyatspi: Add Dbus ATSPI recipeAaron Chan
pyatspi provide python3 support for Assistive Technology Service Provide Interface (AT-SPI2) protocol over Dbus. This is useful not only for Accessibility (a11y) but also provides a medium for automation of GUI testing (such as python3-dogtail). Signed-off-by: Aaron Chan <aaron.chun.yew.chan@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>