mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
python3-dbusmock: update 0.28.4 -> 0.28.6
Convert to python_setuptools_build_meta. (From OE-Core rev: d881cdba1271e8be24ec08b8b4488513a42e446d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2061f9f15a
commit
c19dc06860
19
meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb
Normal file
19
meta/recipes-devtools/python/python3-dbusmock_0.28.6.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
|
||||
HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
|
||||
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
SRC_URI[sha256sum] = "3b496fab84aff3936054f747e9a22bb07ac5783b1d967c6cc39536c7ba315fce"
|
||||
|
||||
PYPI_PACKAGE = "python-dbusmock"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-dbus \
|
||||
${PYTHON_PN}-pygobject \
|
||||
${PYTHON_PN}-unittest \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
Reference in New Issue
Block a user