diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb | 13 | 
2 files changed, 14 insertions, 0 deletions
| diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 8b267c9cba..e31b0b8b40 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -288,6 +288,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
| 288 | python3-pycrypto \ | 288 | python3-pycrypto \ | 
| 289 | python3-pycurl \ | 289 | python3-pycurl \ | 
| 290 | python3-pydbus \ | 290 | python3-pydbus \ | 
| 291 | python3-pydbus-manager \ | ||
| 291 | python3-pydicti \ | 292 | python3-pydicti \ | 
| 292 | python3-pyephem \ | 293 | python3-pyephem \ | 
| 293 | python3-pyexpect \ | 294 | python3-pyexpect \ | 
| 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 @@ | |||
| 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" | ||
| 10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" | ||
| 11 | PV = "git${SRCPV}" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
