summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-dasbus_1.7.bb15
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 @@
1SUMMARY = "Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus."
2HOMEPAGE = "https://dasbus.readthedocs.io"
3SECTION = "devel"
4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
6
7SRC_URI = "git://github.com/dasbus-project/dasbus.git;protocol=https;branch=master \
8"
9SRCREV = "413cf9a0b7c231468f1d28d9a29dd8dd8bda15c5"
10
11S = "${WORKDIR}/git"
12
13inherit setuptools3
14
15RDEPENDS:${PN} = "python3-pygobject"