From c67f65f4fa05f23bf3b187b51ffdb0c3b9052232 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 14 Aug 2018 00:22:16 +0800 Subject: python3-pydbus: cherry-pick patches from fedora 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 7ed1c63b63..adaa86d5a2 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb @@ -1,2 +1,6 @@ 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 \ +" -- cgit v1.2.3-54-g00ecf