From: Bartosz Golaszewski <[email protected]> The recently added kmod and watchdogdev packages were not added to the meta-python packagegroup. This fixes it.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../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 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 = "\ python3-keras-preprocessing \ ${@bb.utils.contains("DISTRO_FEATURES", "x11 opengl", "python3-kivy", "", d)} \ python3-kiwisolver \ + python3-kmod \ python3-langtable \ python3-lazy-object-proxy \ python3-libconf \ @@ -450,6 +451,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-visitor \ python3-waitress \ python3-watchdog \ + python3-watchdogdev \ python3-web3 \ python3-webcolors \ python3-webencodings \ -- 2.37.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#99949): https://lists.openembedded.org/g/openembedded-devel/message/99949 Mute This Topic: https://lists.openembedded.org/mt/95465059/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
