]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-markupsafe: Enable ptests
authorKhem Raj <raj.khem@gmail.com>
Fri, 23 Apr 2021 20:03:57 +0000 (13:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Apr 2021 16:53:01 +0000 (17:53 +0100)
pytest is now in OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb

index 403a98a43f8f0f31ab4d2d217cd9b6f848ade7d2..cade4e0f51156eb0e2bea2b1d2845a297dd1edf3 100644 (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"