summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-02 11:35:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-03 11:12:26 +0000
commit1f67c53f43777fcd48f6ccfd461588a62a23f154 (patch)
tree1caa3bac8d2d11a95ae66356ebfabee2aa777577 /meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb
parent2b10adc0845a56b41bf64d0fe0b863fb5d269181 (diff)
downloadpoky-1f67c53f43777fcd48f6ccfd461588a62a23f154.tar.gz
python3-dbusmock: upgrade 0.24.0 -> 0.24.1
Do not register standard D-Bus service directories (Thanks Benjamin Berg) templates: Add IIO Sensors Proxy support (Thanks Marco Trevisan) Fix importlib module import (Thanks Marco Trevisan) Clean up code for most recent pylint version (From OE-Core rev: f290414f206904136c79ab6834c6c7ad7052c6d9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb
deleted file mode 100644
index 271a2b105f..0000000000
--- a/meta/recipes-devtools/python/python3-dbusmock_0.24.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
2HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
3
4LICENSE = "GPL-3.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6
7SRC_URI[sha256sum] = "0be0d51dba4aee050bb2cd9074a377bf9308306df1eb7918038c6ffe7153c272"
8
9PYPI_PACKAGE = "python-dbusmock"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-dbus \
15 ${PYTHON_PN}-pygobject \
16 ${PYTHON_PN}-unittest \
17 ${PYTHON_PN}-xml \
18 "