diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb (renamed from meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb) | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb b/meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb index 2520bfc953..4b3d2011e2 100644 --- a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb +++ b/meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb | |||
| @@ -2,20 +2,25 @@ | |||
| 2 | 2 | ||
| 3 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" | 3 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" |
| 4 | AUTHOR = "Martin Pitt <martin.pitt@ubuntu.com>" | 4 | AUTHOR = "Martin Pitt <martin.pitt@ubuntu.com>" |
| 5 | SECTION = "devel/python" | ||
| 6 | 5 | ||
| 7 | LICENSE = "GPL-3.0" | 6 | LICENSE = "GPL-3.0" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" |
| 9 | 8 | ||
| 10 | DEPENDS += "python-pygobject python-dbus" | 9 | SRC_URI[md5sum] = "6af369964653098f2cd5e7c4e060a533" |
| 11 | 10 | SRC_URI[sha256sum] = "87c551030369005a6c818d9f27e931090bff837e70af060b65281e9ea77108cf" | |
| 12 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | ||
| 13 | SRC_URI[md5sum] = "7370d325c4a75494dd71885ca65b79e8" | ||
| 14 | SRC_URI[sha256sum] = "03aadc93bdc26ea18d4d78fcff7b6cb34f4e18623bc5cc41cf9539d663cee11e" | ||
| 15 | 11 | ||
| 16 | SRC_URI += " \ | 12 | SRC_URI += " \ |
| 17 | file://0001-Add-functionality-to-add-own-objects-to-internal-obj.patch \ | 13 | file://0001-Add-functionality-to-add-own-objects-to-internal-obj.patch \ |
| 18 | file://0002-Add-possibility-to-import-templates-from-packages.patch \ | 14 | file://0002-Add-possibility-to-import-templates-from-packages.patch \ |
| 19 | " | 15 | " |
| 20 | 16 | ||
| 21 | inherit setuptools | 17 | PYPI_PACKAGE = "python-dbusmock" |
| 18 | |||
| 19 | inherit pypi setuptools | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += "\ | ||
| 22 | ${PYTHON_PN}-dbus \ | ||
| 23 | ${PYTHON_PN}-importlib \ | ||
| 24 | ${PYTHON_PN}-pygobject \ | ||
| 25 | ${PYTHON_PN}-xml \ | ||
| 26 | " | ||
