summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-29 08:33:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-30 13:07:41 +0100
commit8622b07167ab9e1937239e0d9859ed58f3f7dc82 (patch)
tree187a4cafb936a05a6df725d9f3ae87a420e1c01f /meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb
parent5215dd41bdb72ea385950285904f2479cebbd1fa (diff)
downloadpoky-8622b07167ab9e1937239e0d9859ed58f3f7dc82.tar.gz
python3-dbusmock: upgrade 0.26.1 -> 0.27.3
Changelog: ========= packit: Fix file name to sync (From OE-Core rev: 2867273089a46a9d331df4cb11e97066e31a2169) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb b/meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb
new file mode 100644
index 0000000000..5febdae1bd
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.27.3.bb
@@ -0,0 +1,18 @@
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-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6
7SRC_URI[sha256sum] = "24feaa524e0631854a7f0529ef757c1e4c542adef89cf04e1d4248bc512a006f"
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 "