From 6ab051cd631538cba72fbe4bc05b76a70f2e06e7 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 22 Sep 2020 00:08:12 -0700 Subject: packagegroup-meta-python: -jinja2 -markupsafe => ptest 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 --- meta-python/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 914359a868..caf3b21165 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" -- cgit 1.2.3-korg