summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-pygments_2.17.2.bb (renamed from meta/recipes-devtools/python/python3-pygments_2.16.1.bb)11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.16.1.bb b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
index 240d01d0df..8b98064b78 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.16.1.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
@@ -4,15 +4,10 @@ HOMEPAGE = "http://pygments.org/"
4LICENSE = "BSD-2-Clause" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
6 6
7inherit python_setuptools_build_meta 7inherit python_hatchling
8SRC_URI[sha256sum] = "1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29" 8SRC_URI[sha256sum] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
9
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15 9
10UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
16inherit pypi 11inherit pypi
17 12
18BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"