diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-16 14:43:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:49:37 -0700 |
commit | 77718718cf0eec2c7119d101a353f343e2769b1b (patch) | |
tree | 6b2b5889b8214ac06b9b828eac510a66fb08d5ac /meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb | |
parent | 0c7e44f146d6209013b867780a3f46919a632e5b (diff) | |
download | meta-openembedded-77718718cf0eec2c7119d101a353f343e2769b1b.tar.gz |
python3-pyatspi: update to 2.38.1
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb b/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb deleted file mode 100644 index 1368b923d..000000000 --- a/meta-python/recipes-devtools/python/python3-pyatspi_2.34.0.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | SUMMARY = "Python bindings for DBus AT-SPI2 accessibility" | ||
2 | DESCRIPTION = "AT-SPI2 is a protocol over DBus, toolkit widgets use to provide content to screen readers such as Orca" | ||
3 | SECTION = "devel/python" | ||
4 | HOMEPAGE = "https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/" | ||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=db29218e6ba3794c56df7d4987dc7e4d \ | ||
7 | file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | ||
8 | DEPENDS = "python3-dbus-native glib-2.0 dbus-glib libxml2 atk gtk+ python3-pygobject" | ||
9 | |||
10 | SRC_URI = "git://github.com/GNOME/pyatspi2.git;protocol=https;branch=mainline" | ||
11 | SRCREV = "cc99d68db66174f4499b9b325bc788393b972edd" | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | # Same restriction as gtk+ | ||
15 | inherit features_check | ||
16 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
17 | |||
18 | inherit pkgconfig autotools python3native | ||
19 | |||
20 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyatspi/*" | ||