diff options
| author | Derek Straka <derek@asterius.io> | 2016-10-14 08:30:33 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-25 15:31:15 +0200 |
| commit | d4185c69156e91a4b47597686f7cb526f3419bd4 (patch) | |
| tree | fc2c9a2db4b84478c968f26027539eef8f0a47c4 /meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb | |
| parent | ecc78a905b0ae5398f1fa64593a73435cf0b28a6 (diff) | |
| download | meta-openembedded-d4185c69156e91a4b47597686f7cb526f3419bd4.tar.gz | |
python-dbusmock: update to version 0.16.7
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb b/meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb deleted file mode 100644 index 4b3d2011e2..0000000000 --- a/meta-python/recipes-devtools/python/python-dbusmock_0.16.6.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 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] = "6af369964653098f2cd5e7c4e060a533" | ||
| 10 | SRC_URI[sha256sum] = "87c551030369005a6c818d9f27e931090bff837e70af060b65281e9ea77108cf" | ||
| 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 \ | ||
| 23 | ${PYTHON_PN}-importlib \ | ||
| 24 | ${PYTHON_PN}-pygobject \ | ||
| 25 | ${PYTHON_PN}-xml \ | ||
| 26 | " | ||
