Skip to content

Commit 3746c8b

Browse files
kanavinrpurdie
authored andcommitted
python3-dbusmock: add recipe from meta-oe
This is needed for glib ptests. Signed-off-by: Alexander Kanavin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent afd65c9 commit 3746c8b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

meta/conf/distro/include/maintainers.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ RECIPE_MAINTAINER_pn-python3 = "Oleksandr Kravchuk <open.source@oleksandr-kravch
576576
RECIPE_MAINTAINER_pn-python3-async = "Oleksandr Kravchuk <[email protected]>"
577577
RECIPE_MAINTAINER_pn-python3-cython = "Oleksandr Kravchuk <[email protected]>"
578578
RECIPE_MAINTAINER_pn-python3-dbus = "Oleksandr Kravchuk <[email protected]>"
579+
RECIPE_MAINTAINER_pn-python3-dbusmock = "Oleksandr Kravchuk <[email protected]>"
579580
RECIPE_MAINTAINER_pn-python3-docutils = "Oleksandr Kravchuk <[email protected]>"
580581
RECIPE_MAINTAINER_pn-python3-extras = "Oleksandr Kravchuk <[email protected]>"
581582
RECIPE_MAINTAINER_pn-python3-git = "Oleksandr Kravchuk <[email protected]>"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
2+
3+
LICENSE = "GPL-3.0"
4+
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
5+
6+
SRC_URI[sha256sum] = "497f30eed2fcd5deaa2633b9622e4e99af4bdfba4e972b350ba630bac6fc86c2"
7+
8+
PYPI_PACKAGE = "python-dbusmock"
9+
10+
inherit pypi setuptools3
11+
12+
RDEPENDS_${PN} += "\
13+
${PYTHON_PN}-dbus \
14+
${PYTHON_PN}-pygobject \
15+
${PYTHON_PN}-xml \
16+
"

0 commit comments

Comments
 (0)