From b8d6d062e1b242b517be30189f69d2c273e4e4d7 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 10 Feb 2021 15:21:26 +0100 Subject: pydbus-manager: new package 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-core') 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 = "\ python3-pycrypto \ python3-pycurl \ python3-pydbus \ + python3-pydbus-manager \ python3-pydicti \ python3-pyephem \ python3-pyexpect \ -- cgit 1.2.3-korg