mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
d964d093f5
commit
2c6f69cc43
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user