diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-dasbus_1.7.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb b/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb new file mode 100644 index 0000000000..3efa961713 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dasbus_1.7.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus." | ||
2 | HOMEPAGE = "https://dasbus.readthedocs.io" | ||
3 | SECTION = "devel" | ||
4 | LICENSE = "LGPL-2.1-or-later" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
6 | |||
7 | SRC_URI = "git://github.com/dasbus-project/dasbus.git;protocol=https;branch=master \ | ||
8 | " | ||
9 | SRCREV = "413cf9a0b7c231468f1d28d9a29dd8dd8bda15c5" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit setuptools3 | ||
14 | |||
15 | RDEPENDS:${PN} = "python3-pygobject" | ||