summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
new file mode 100644
index 0000000000..ae9e42160f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
@@ -0,0 +1,13 @@
1SUMMARY = "DBus.ObjectManager implementation for pydbus"
2AUTHOR = "Sébastien Corne"
3
4LICENSE = "WTFPL"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7"
6
7inherit setuptools3
8
9SRC_URI = "git://github.com/seebz/pydbus-manager.git"
10SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
11PV = "git${SRCPV}"
12
13S = "${WORKDIR}/git"