mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 05:02:22 +02:00
python3-dbusmock: upgrade 0.29.0 -> 0.29.1
Changelog: https://github.com/martinpitt/python-dbusmock/releases - spec: Update License: to SPDX format - Test fixes (thanks Marco Trevisan) (From OE-Core rev: 47e4cd0fe22516b61b9a22552c51d0806f568755) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cc488967ad
commit
d7d73df18f
22
meta/recipes-devtools/python/python3-dbusmock_0.29.1.bb
Normal file
22
meta/recipes-devtools/python/python3-dbusmock_0.29.1.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
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] = "b03590057c236d352c38973f4b71ae2c97b3a1cb1dc6f03278ce4072a3716a74"
|
||||
|
||||
PYPI_PACKAGE = "python-dbusmock"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-dbus \
|
||||
${PYTHON_PN}-unittest \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', '${MLPREFIX}${PYTHON_PN}-pygobject', '', d)}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user