From 069ca4d0b0666eab09c61d287a7a855b6902c66f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 5 Dec 2022 09:40:32 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../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 1d2a9952cf..4e318967dd 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 \