blob: 3a9cdda5f629c38622613466050963284f0b3698 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
2HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
3
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00004LICENSE = "GPL-3.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00005LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6
7SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db"
8
9PYPI_PACKAGE = "python-dbusmock"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000010PIP_INSTALL_PACKAGE = "python_dbusmock"
Andrew Geissler595f6302022-01-24 19:11:47 +000011
12inherit pypi setuptools3
13
14RDEPENDS:${PN} += "\
15 ${PYTHON_PN}-dbus \
16 ${PYTHON_PN}-pygobject \
17 ${PYTHON_PN}-unittest \
18 ${PYTHON_PN}-xml \
19 "