summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-15 15:05:50 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:39 +0200
commitac2336f83f7044e17cfc9f8230a3f8a81fca8c6d (patch)
treef56d59254c3eff96e1d64187ffa741e0eeb86cd9 /meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb
parent3cac200a6557d2d28a70313d7a6c41b61ed94931 (diff)
downloadmeta-openembedded-ac2336f83f7044e17cfc9f8230a3f8a81fca8c6d.tar.gz
python-dbusmock: update to version 0.16.6 and update required RDEPENDS
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.10.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb b/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb
deleted file mode 100644
index 2520bfc953..0000000000
--- a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1# Copyright (c) 2014 LG Electronics, Inc.
2
3SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
4AUTHOR = "Martin Pitt <martin.pitt@ubuntu.com>"
5SECTION = "devel/python"
6
7LICENSE = "GPL-3.0"
8LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
9
10DEPENDS += "python-pygobject python-dbus"
11
12SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz"
13SRC_URI[md5sum] = "7370d325c4a75494dd71885ca65b79e8"
14SRC_URI[sha256sum] = "03aadc93bdc26ea18d4d78fcff7b6cb34f4e18623bc5cc41cf9539d663cee11e"
15
16SRC_URI += " \
17 file://0001-Add-functionality-to-add-own-objects-to-internal-obj.patch \
18 file://0002-Add-possibility-to-import-templates-from-packages.patch \
19"
20
21inherit setuptools