diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb | 15 |
1 files changed, 0 insertions, 15 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 deleted file mode 100644 index 796f7219ac..0000000000 --- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | SUMMARY = "DBus.ObjectManager implementation for pydbus" | ||
2 | AUTHOR = "Sébastien Corne" | ||
3 | |||
4 | LICENSE = "WTFPL" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7" | ||
6 | |||
7 | inherit setuptools3 | ||
8 | |||
9 | SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https" | ||
10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" | ||
11 | PV = "git${SRCPV}" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | RDEPENDS:${PN} += "python3-pydbus" | ||