summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-04-30 11:58:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-03 15:41:40 +0100
commitd358729649787d00e354b674a76ab58c2999af52 (patch)
tree8fed9e4113ec3124049d2b0c29043ded164be624 /meta/recipes-devtools/python
parent4b4816514a93b344b7640fc2348830feb12e4e93 (diff)
downloadpoky-d358729649787d00e354b674a76ab58c2999af52.tar.gz
python3-dbusmock: add recipe from meta-oe
This is needed for glib ptests. (From OE-Core rev: 6dbe449ac2ed7c93f71f00d53237c6aba4ebbf81) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.19.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.19.bb b/meta/recipes-devtools/python/python3-dbusmock_0.19.bb
new file mode 100644
index 0000000000..5389e48973
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.19.bb
@@ -0,0 +1,16 @@
1SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
2
3LICENSE = "GPL-3.0"
4LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
5
6SRC_URI[sha256sum] = "497f30eed2fcd5deaa2633b9622e4e99af4bdfba4e972b350ba630bac6fc86c2"
7
8PYPI_PACKAGE = "python-dbusmock"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-dbus \
14 ${PYTHON_PN}-pygobject \
15 ${PYTHON_PN}-xml \
16 "