mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
python3-jinja2: Enable ptests
Needed dependencies on toml and pytest and unixadmin are in core now (From OE-Core rev: c983359eae9d7e3d729af36755612916dabe32d6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,8 +13,7 @@ CVE_PRODUCT = "jinja2 jinja"
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
inherit pypi setuptools3
|
||||
# ptest disabled in OE-Core for now due to missing dependencies
|
||||
|
||||
inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
@@ -27,6 +26,7 @@ do_install_ptest() {
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-toml \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user