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

Fedora enhanced python3-pydbus: - Support asynchronous calls - Support transformation between D-Bus errors and exceptions. https://src.fedoraproject.org/cgit/rpms/python-pydbus.git/ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 lines
201 B
BlitzBasic
7 lines
201 B
BlitzBasic
require python-pydbus.inc
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI += "file://0001-Support-asynchronous-calls-58.patch \
|
|
file://0002-Support-transformation-between-D-Bus-errors-and-exce.patch \
|
|
"
|