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>
This commit is contained in:
Bartosz Golaszewski 2022-12-05 09:40:32 +01:00 committed by Khem Raj
parent bd4f8ed7c2
commit 069ca4d0b0

View File

@ -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 \