summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
index f4f0ad2df0..3242052963 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
6SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d" 6SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"
7 7
8PYPI_PACKAGE = "MarkupSafe" 8PYPI_PACKAGE = "MarkupSafe"
9inherit pypi setuptools3 9inherit pypi setuptools3 ptest
10inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}
11 10
12RDEPENDS:${PN} += "${PYTHON_PN}-stringold" 11RDEPENDS:${PN} += "${PYTHON_PN}-stringold"
13 12
@@ -19,6 +18,7 @@ SRC_URI += " \
19 18
20RDEPENDS:${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
21 ${PYTHON_PN}-pytest \ 20 ${PYTHON_PN}-pytest \
21 ${PYTHON_PN}-unittest-automake-output \
22" 22"
23 23
24do_install_ptest() { 24do_install_ptest() {