mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
519 B
BlitzBasic
19 lines
519 B
BlitzBasic
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"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|
|
|
SRC_URI[sha256sum] = "b5c36a9c9935d1867cf79d8666b08ad906660e6d4d967e9fded4361ad7eef54f"
|
|
|
|
PYPI_PACKAGE = "python-dbusmock"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-dbus \
|
|
${PYTHON_PN}-pygobject \
|
|
${PYTHON_PN}-unittest \
|
|
${PYTHON_PN}-xml \
|
|
"
|