* [meta-python][PATCH] packagegroup-meta-python: add missing packages
@ 2022-12-05 8:40 Bartosz Golaszewski
0 siblings, 0 replies; only message in thread
From: Bartosz Golaszewski @ 2022-12-05 8:40 UTC (permalink / raw)
To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
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>
---
.../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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-05 8:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05 8:40 [meta-python][PATCH] packagegroup-meta-python: add missing packages Bartosz Golaszewski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.