diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend b/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend index 91814e6cde..9fe358427a 100644 --- a/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend +++ b/meta-python/recipes-devtools/python/python3-jinja2_2.%.bbappend | |||
| @@ -1,2 +1,13 @@ | |||
| 1 | # Main recipe was moved to oe-core, but with ptest disabled | 1 | # Main recipe was moved to oe-core, but with ptest disabled |
| 2 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} | 2 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} |
| 3 | |||
| 4 | do_install_ptest() { | ||
| 5 | install -d ${D}${PTEST_PATH}/tests | ||
| 6 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 7 | } | ||
| 8 | |||
| 9 | RDEPENDS_${PN}-ptest += " \ | ||
| 10 | ${PYTHON_PN}-pytest \ | ||
| 11 | ${PYTHON_PN}-toml \ | ||
| 12 | ${PYTHON_PN}-unixadmin \ | ||
| 13 | " | ||
