summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-01 11:30:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-02 09:50:02 +0000
commit729c16b00e0e9036218a18a7234d90706542f4ab (patch)
tree629954c27abfe3e102c02388802fe3d8238ef1a4 /meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb
parentb2b53798f3bdb3b5a42517416c9cde0c8d42dd2c (diff)
downloadpoky-729c16b00e0e9036218a18a7234d90706542f4ab.tar.gz
python3-markupsafe: upgrade 2.1.1 -> 2.1.2
(From OE-Core rev: 4fe7ecb620ae5d1c94bdc6e17e86e318213fc0ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb
deleted file mode 100644
index 0544dd1b83..0000000000
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
2HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
5
6SRC_URI[sha256sum] = "7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"
7
8PYPI_PACKAGE = "MarkupSafe"
9inherit pypi setuptools3
10inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}
11
12RDEPENDS:${PN} += "${PYTHON_PN}-stringold"
13
14BBCLASSEXTEND = "native nativesdk"
15
16SRC_URI += " \
17 file://run-ptest \
18"
19
20RDEPENDS:${PN}-ptest += " \
21 ${PYTHON_PN}-pytest \
22"
23
24do_install_ptest() {
25 install -d ${D}${PTEST_PATH}/tests
26 cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/
27}