From 96e84a0544bb495cd5cb5ab3e5f7e65f3c242a11 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 23 Apr 2021 12:40:01 -0700 Subject: python3-markupsafe: Delete bbappend It was enabling ptests which is now on by default in OE-core for this version Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-markupsafe_1.%.bbappend | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend b/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend deleted file mode 100644 index abfda60658..0000000000 --- a/meta-python/recipes-devtools/python/python3-markupsafe_1.%.bbappend +++ /dev/null @@ -1,12 +0,0 @@ -# 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/ -} - -- cgit v1.2.3-54-g00ecf