diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2022-12-05 09:40:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-05 18:02:40 -0800 |
commit | 069ca4d0b0666eab09c61d287a7a855b6902c66f (patch) | |
tree | 22a0e4488fd794b0312b36fe0d5fe9a71c340c70 /meta-python/recipes-core | |
parent | bd4f8ed7c238e6250c0f3e6a1d30347f1bef68d7 (diff) | |
download | meta-openembedded-069ca4d0b0666eab09c61d287a7a855b6902c66f.tar.gz |
packagegroup-meta-python: add missing packages
The recently added kmod and watchdogdev packages were not added to the
meta-python packagegroup. This fixes it.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-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 1d2a9952c..4e318967d 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
@@ -218,6 +218,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
218 | python3-keras-preprocessing \ | 218 | python3-keras-preprocessing \ |
219 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \ | 219 | ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \ |
220 | python3-kiwisolver \ | 220 | python3-kiwisolver \ |
221 | python3-kmod \ | ||
221 | python3-langtable \ | 222 | python3-langtable \ |
222 | python3-lazy-object-proxy \ | 223 | python3-lazy-object-proxy \ |
223 | python3-libconf \ | 224 | python3-libconf \ |
@@ -450,6 +451,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ | |||
450 | python3-visitor \ | 451 | python3-visitor \ |
451 | python3-waitress \ | 452 | python3-waitress \ |
452 | python3-watchdog \ | 453 | python3-watchdog \ |
454 | python3-watchdogdev \ | ||
453 | python3-web3 \ | 455 | python3-web3 \ |
454 | python3-webcolors \ | 456 | python3-webcolors \ |
455 | python3-webencodings \ | 457 | python3-webencodings \ |