python3-markupsafe: Enable ptests

pytest is now in OE-Core

(From OE-Core rev: 48c83fc1141ff22c9ede0c82acec896937d61357)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2021-04-23 13:03:57 -07:00
committed by Richard Purdie
parent 64e26d1e6b
commit b39ea6620f

View File

@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8
PYPI_PACKAGE = "MarkupSafe"
inherit pypi setuptools3
# ptest disabled in OE-Core for now due to missing dependencies
inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}
RDEPENDS_${PN} += "${PYTHON_PN}-stringold"