aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend
blob: abfda60658742f207bba3d6259b4a6fd0988926d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Main recipe was moved to oe-core, but with ptest disabled
inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}

RDEPENDS_${PN}-ptest += " \
    ${PYTHON_PN}-pytest \
"

do_install_ptest() {
    install -d ${D}${PTEST_PATH}/tests
    cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/
}