summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema_4.7.2.bb (renamed from meta/recipes-devtools/python/python3-jsonschema_4.7.1.bb)12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.7.1.bb b/meta/recipes-devtools/python/python3-jsonschema_4.7.2.bb
index f17f28a57f..af728ab2d6 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.7.1.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.7.2.bb
@@ -4,10 +4,13 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
5 file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" 5 file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
6 6
7SRC_URI[sha256sum] = "25203dbebd62a1179f810f14339f7a638baaf279b5cc3b738a58c3744af56d65" 7SRC_URI[sha256sum] = "73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10
11PACKAGES =+ "${PN}-tests"
12FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests"
13
11DEPENDS += "${PYTHON_PN}-hatch-vcs-native" 14DEPENDS += "${PYTHON_PN}-hatch-vcs-native"
12 15
13PACKAGECONFIG ??= "format" 16PACKAGECONFIG ??= "format"
@@ -35,14 +38,11 @@ RDEPENDS:${PN} += " \
35 ${PYTHON_PN}-json \ 38 ${PYTHON_PN}-json \
36 ${PYTHON_PN}-netclient \ 39 ${PYTHON_PN}-netclient \
37 ${PYTHON_PN}-numbers \ 40 ${PYTHON_PN}-numbers \
38 ${PYTHON_PN}-pkgutil \
39 ${PYTHON_PN}-pprint \ 41 ${PYTHON_PN}-pprint \
40 ${PYTHON_PN}-pyrsistent \ 42 ${PYTHON_PN}-pyrsistent \
41 ${PYTHON_PN}-shell \
42 ${PYTHON_PN}-six \
43 ${PYTHON_PN}-unittest \
44 ${PYTHON_PN}-setuptools-scm \
45 ${PYTHON_PN}-zipp \ 43 ${PYTHON_PN}-zipp \
46" 44"
47 45
46RDEPENDS:${PN}-tests = "${PN}"
47
48BBCLASSEXTEND = "native nativesdk" 48BBCLASSEXTEND = "native nativesdk"