mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
PIP_INSTALL_PACKAGE isn't used anymore, so remove all instances of it from the recipes. (From OE-Core rev: 15baf24f750ab2c8b0a46d4a3bf2ae9bfa3d0aff) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
524 B
BlitzBasic
19 lines
524 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-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|
|
|
SRC_URI[sha256sum] = "0e95ef6ec1e6b58aeb0e08839a76972debea94184570f09e29e5f12551399e55"
|
|
|
|
PYPI_PACKAGE = "python-dbusmock"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-dbus \
|
|
${PYTHON_PN}-pygobject \
|
|
${PYTHON_PN}-unittest \
|
|
${PYTHON_PN}-xml \
|
|
"
|