Andrew Geissler | 4b740dc | 2020-05-05 08:54:39 -0500 | [diff] [blame] | 1 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" |
2 | |||||
3 | LICENSE = "GPL-3.0" | ||||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||||
5 | |||||
6 | SRC_URI[sha256sum] = "497f30eed2fcd5deaa2633b9622e4e99af4bdfba4e972b350ba630bac6fc86c2" | ||||
7 | |||||
8 | PYPI_PACKAGE = "python-dbusmock" | ||||
9 | |||||
10 | inherit pypi setuptools3 | ||||
11 | |||||
12 | RDEPENDS_${PN} += "\ | ||||
13 | ${PYTHON_PN}-dbus \ | ||||
14 | ${PYTHON_PN}-pygobject \ | ||||
15 | ${PYTHON_PN}-xml \ | ||||
16 | " |