* [meta-python][PATCH v2] packagegroup-meta-python: -jinja2 -markupsafe => ptest
@ 2020-09-22 7:12 Tim Orling
0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2020-09-22 7:12 UTC (permalink / raw)
To: openembedded-devel; +Cc: Tim Orling
From: Tim Orling <ticotimo@gmail.com>
The main recipes for python3-jinja2 and python3-markupsafe
have moved to oe-core. No need to duplicate them here.
Instead, we add them to meta-python3-ptest sub-package, since
we do enable ptest with bbappends.
Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
.../recipes-core/packagegroups/packagegroup-meta-python.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 914359a868e..caf3b211656 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -228,7 +228,6 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-mccabe \
python3-kconfiglib \
python3-grpcio-tools \
- python3-jinja2 \
python3-jsmin \
python3-greenlet \
python3-idna \
@@ -455,6 +454,8 @@ RDEPENDS_packagegroup-meta-python3-connectivity = "\
RDEPENDS_packagegroup-meta-python3-ptest = "\
python3-cryptography-ptest \
+ python3-jinja2-ptest \
+ python3-markupsafe-ptest \
"
EXCLUDE_FROM_WORLD = "1"
--
2.25.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-22 7:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 7:12 [meta-python][PATCH v2] packagegroup-meta-python: -jinja2 -markupsafe => ptest Tim Orling
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.