diff options
Diffstat (limited to 'meta/recipes-devtools/python')
| -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 | ||
