mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
python3-dbusmock: upgrade 0.28.7 -> 0.29.0
Changelog:
==========
Support loading templates from XDG_DATA_DIRS
iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception
(From OE-Core rev: f32eb15fc3d310803bc99012039989d039b34959)
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>
This commit is contained in:
committed by
Richard Purdie
parent
d74800ca36
commit
a093d23802
21
meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
Normal file
21
meta/recipes-devtools/python/python3-dbusmock_0.29.0.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
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] = "3efdb3d800386b65e8854d8ee4538764241382b4e664423ad7d959c9008dd408"
|
||||
|
||||
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 \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user