diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb | 2 |
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 | |||
8 | 8 | ||
9 | PYPI_PACKAGE = "MarkupSafe" | 9 | PYPI_PACKAGE = "MarkupSafe" |
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | # ptest disabled in OE-Core for now due to missing dependencies | 11 | inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)} |
12 | 12 | ||
13 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold" | 13 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold" |
14 | 14 | ||