mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

pydbus is a popular (and probably the most 'pythonic') implementation of DBus for python but unfortunately it doesn't implement the ObjectManager interface. This project is an extension providing this functionality. The reason for having this as a separate project is simple: pydbus seems to no longer be actively maintained so it's hard to make it part of the original codebase. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
346 B
BlitzBasic
14 lines
346 B
BlitzBasic
SUMMARY = "DBus.ObjectManager implementation for pydbus"
|
|
AUTHOR = "Sébastien Corne"
|
|
|
|
LICENSE = "WTFPL"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7"
|
|
|
|
inherit setuptools3
|
|
|
|
SRC_URI = "git://github.com/seebz/pydbus-manager.git"
|
|
SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
|
|
PV = "git${SRCPV}"
|
|
|
|
S = "${WORKDIR}/git"
|