blob: 2520bfc953d5c29ef7db4b49d3f4ea64160ba111 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# 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