From e4745eab4e8b1ab67765f50ac231f583872f35c3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 10 Mar 2022 13:25:15 +0000 Subject: [PATCH] packagegroup-meta-python: add poetry-core and unattended-upgrade These were missing from the packagegroup. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 4ce96163025..66a11d2dd9d 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -278,6 +278,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pkcs11 \ python3-pkgconfig \ python3-ply \ + python3-poetry-core \ python3-pocketsphinx \ python3-polyline \ python3-portalocker \ @@ -472,6 +473,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-yarl \ python3-zopeinterface \ telepathy-python3 \ + unattended-upgrades \ " RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools"