summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-04-23 13:03:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-24 02:57:33 +0100
commit45c9b222b69be886e0b86c2f378ba6c876b82ccc (patch)
treeaf2211c84b6e464dbdf9359a7f09b83234f09492
parent06fc7fcec91031694f44ef43ac7119e746d13262 (diff)
downloadopenembedded-core-contrib-45c9b222b69be886e0b86c2f378ba6c876b82ccc.tar.gz
python3-markupsafe: Enable ptests
pytest is now in OE-Core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb
index 403a98a43f..cade4e0f51 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb
@@ -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"