diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend b/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend index 91814e6cde..abfda60658 100644 --- a/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend +++ b/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend | |||
@@ -1,2 +1,12 @@ | |||
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 | RDEPENDS_${PN}-ptest += " \ | ||
5 | ${PYTHON_PN}-pytest \ | ||
6 | " | ||
7 | |||
8 | do_install_ptest() { | ||
9 | install -d ${D}${PTEST_PATH}/tests | ||
10 | cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
11 | } | ||
12 | |||