diff options
| author | Tim Orling <ticotimo@gmail.com> | 2020-09-22 00:15:31 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-23 10:13:35 -0700 |
| commit | 2c6f69cc434c8184268d1d752c31ff9919ecb26a (patch) | |
| tree | ee7d2415a82cb57a9b16759c934f7ed424d47342 /meta-python/recipes-core | |
| parent | d964d093f521530650fa6338eeef659b63be0cd4 (diff) | |
| download | meta-openembedded-2c6f69cc434c8184268d1d752c31ff9919ecb26a.tar.gz | |
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 <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 914359a868..f62117e634 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 = "\ | |||
| 228 | python3-mccabe \ | 228 | python3-mccabe \ |
| 229 | python3-kconfiglib \ | 229 | python3-kconfiglib \ |
| 230 | python3-grpcio-tools \ | 230 | python3-grpcio-tools \ |
| 231 | python3-jinja2 \ | ||
| 232 | python3-jsmin \ | 231 | python3-jsmin \ |
| 233 | python3-greenlet \ | 232 | python3-greenlet \ |
| 234 | python3-idna \ | 233 | python3-idna \ |
| @@ -455,6 +454,8 @@ RDEPENDS_packagegroup-meta-python3-connectivity = "\ | |||
| 455 | 454 | ||
| 456 | RDEPENDS_packagegroup-meta-python3-ptest = "\ | 455 | RDEPENDS_packagegroup-meta-python3-ptest = "\ |
| 457 | python3-cryptography-ptest \ | 456 | python3-cryptography-ptest \ |
| 458 | " | 457 | python3-jinja2-ptest \ |
| 458 | python3-markupsafe-ptest \ | ||
| 459 | " | ||
| 459 | 460 | ||
| 460 | EXCLUDE_FROM_WORLD = "1" | 461 | EXCLUDE_FROM_WORLD = "1" |
