Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 1 | # Copyright (c) 2014 LG Electronics, Inc. |
| 2 | |
| 3 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" |
| 4 | AUTHOR = "Martin Pitt <martin.pitt@ubuntu.com>" |
| 5 | |
| 6 | LICENSE = "GPL-3.0" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" |
| 8 | |
| 9 | SRC_URI[md5sum] = "80f8caa838fad96483a8751e11d384f9" |
| 10 | SRC_URI[sha256sum] = "2d2ea892fa4633c3ec6ac1e912120ec493047a5c6522849b7d1c95ad755bce75" |
| 11 | |
| 12 | SRC_URI += " \ |
| 13 | file://0001-Add-functionality-to-add-own-objects-to-internal-obj.patch \ |
| 14 | file://0002-Add-possibility-to-import-templates-from-packages.patch \ |
| 15 | " |
| 16 | |
| 17 | PYPI_PACKAGE = "python-dbusmock" |
| 18 | |
| 19 | inherit pypi setuptools |
| 20 | |
| 21 | RDEPENDS_${PN} += "\ |
| 22 | ${PYTHON_PN}-dbus \ |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 23 | ${PYTHON_PN}-pygobject \ |
| 24 | ${PYTHON_PN}-xml \ |
| 25 | " |