Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" |
| 2 | HOMEPAGE = "https://pypi.org/project/python-dbusmock/" |
| 3 | |
| 4 | LICENSE = "GPL-3.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "24feaa524e0631854a7f0529ef757c1e4c542adef89cf04e1d4248bc512a006f" |
| 8 | |
| 9 | PYPI_PACKAGE = "python-dbusmock" |
| 10 | |
| 11 | inherit pypi setuptools3 |
| 12 | |
| 13 | RDEPENDS:${PN} += "\ |
| 14 | ${PYTHON_PN}-dbus \ |
| 15 | ${PYTHON_PN}-pygobject \ |
| 16 | ${PYTHON_PN}-unittest \ |
| 17 | ${PYTHON_PN}-xml \ |
| 18 | " |