summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2024-05-29 10:07:01 +0800
committerKhem Raj <raj.khem@gmail.com>2024-05-30 08:42:04 -0700
commit1d5c3e17f536c600422c61395e58049ee4e1fcfe (patch)
treebf97135af2253f37da39ee153e11f02e377f6cce /meta-python/recipes-devtools/python
parente1bced739968a68ed2743d011cd82791d380678b (diff)
downloadmeta-openembedded-1d5c3e17f536c600422c61395e58049ee4e1fcfe.tar.gz
python3-dasbus: Add new recipe
Dasbus is a DBus library written in Python 3, based on GLib and inspired by pydbus. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"