diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-23 13:03:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-24 17:53:05 +0100 |
commit | c3a3153810faf17b487544154b811da8e2947649 (patch) | |
tree | f46bfcf9175292757bcb4ee467b67edefbdaa925 /meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | |
parent | b39ea6620f6dba2c08adaef2632fc63fa2f8bc77 (diff) | |
download | poky-c3a3153810faf17b487544154b811da8e2947649.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jinja2_2.11.3.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb index dbdf563f87..11a4d5432c 100644 --- a/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb +++ b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | |||
@@ -13,8 +13,7 @@ CVE_PRODUCT = "jinja2 jinja" | |||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | inherit pypi setuptools3 | 15 | inherit pypi setuptools3 |
16 | # ptest disabled in OE-Core for now due to missing dependencies | 16 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} |
17 | |||
18 | 17 | ||
19 | SRC_URI += " \ | 18 | SRC_URI += " \ |
20 | file://run-ptest \ | 19 | file://run-ptest \ |
@@ -27,6 +26,7 @@ do_install_ptest() { | |||
27 | 26 | ||
28 | RDEPENDS_${PN}-ptest += " \ | 27 | RDEPENDS_${PN}-ptest += " \ |
29 | ${PYTHON_PN}-pytest \ | 28 | ${PYTHON_PN}-pytest \ |
29 | ${PYTHON_PN}-toml \ | ||
30 | ${PYTHON_PN}-unixadmin \ | 30 | ${PYTHON_PN}-unixadmin \ |
31 | " | 31 | " |
32 | 32 | ||