[1/9] packagegroup-meta-python: add poetry-core and unattended-upgrade

Message ID 20220310132523.2253188-1-ross.burton@arm.com
State New
Headers show
Series [1/9] packagegroup-meta-python: add poetry-core and unattended-upgrade | expand

Commit Message

Ross Burton March 10, 2022, 1:25 p.m. UTC
These were missing from the packagegroup.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-core/packagegroups/packagegroup-meta-python.bb      | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 9626231bba..86bf6db30b 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -280,6 +280,7 @@  RDEPENDS:packagegroup-meta-python3 = "\
     python3-pkcs11 \
     python3-pkgconfig \
     python3-ply \
+    python3-poetry-core \
     python3-pocketsphinx \
     python3-polyline \
     python3-portalocker \
@@ -475,6 +476,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"