diff options
author | Ross Burton <ross.burton@arm.com> | 2022-03-10 13:25:15 +0000 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-11 08:48:39 -0500 |
commit | e4745eab4e8b1ab67765f50ac231f583872f35c3 (patch) | |
tree | ab990bffa43666405886c5675a05a6bc1e6d7d48 /meta-python | |
parent | ff7312f0486df1b5fd9f7eee0ae62fbc831e39d8 (diff) | |
download | meta-openembedded-e4745eab4e8b1ab67765f50ac231f583872f35c3.tar.gz |
packagegroup-meta-python: add poetry-core and unattended-upgrade
These were missing from the packagegroup.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 4ce961630..66a11d2dd 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 = "\ | |||
278 | python3-pkcs11 \ | 278 | python3-pkcs11 \ |
279 | python3-pkgconfig \ | 279 | python3-pkgconfig \ |
280 | python3-ply \ | 280 | python3-ply \ |
281 | python3-poetry-core \ | ||
281 | python3-pocketsphinx \ | 282 | python3-pocketsphinx \ |
282 | python3-polyline \ | 283 | python3-polyline \ |
283 | python3-portalocker \ | 284 | python3-portalocker \ |
@@ -472,6 +473,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
472 | python3-yarl \ | 473 | python3-yarl \ |
473 | python3-zopeinterface \ | 474 | python3-zopeinterface \ |
474 | telepathy-python3 \ | 475 | telepathy-python3 \ |
476 | unattended-upgrades \ | ||
475 | " | 477 | " |
476 | RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools" | 478 | RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools" |
477 | 479 | ||