summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb)11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
index babe05e1d3..2cae3b08c8 100644
--- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
@@ -2,16 +2,20 @@ DESCRIPTION = "The tools for verifying whether a certificate is valid for the in
2HOMEPAGE = "https://pypi.org/project/service-identity" 2HOMEPAGE = "https://pypi.org/project/service-identity"
3 3
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=8a0f079f4e6a215d6bd6f9d97cab4d5f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2"
6 6
7SRC_URI[sha256sum] = "6e6c6086ca271dc11b033d17c3a8bea9f24ebff920c587da090afc9519419d34" 7SRC_URI[sha256sum] = "b8683ba13f0d39c6cd5d625d2c5f65421d6d707b013b375c355751557cbe8e09"
8 8
9inherit pypi python_setuptools_build_meta ptest 9inherit pypi python_hatchling ptest
10
11PYPI_PACKAGE = "service_identity"
10 12
11SRC_URI += " \ 13SRC_URI += " \
12 file://run-ptest \ 14 file://run-ptest \
13" 15"
14 16
17DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native"
18
15RDEPENDS:${PN} += " \ 19RDEPENDS:${PN} += " \
16 python3-attr \ 20 python3-attr \
17 python3-cryptography \ 21 python3-cryptography \
@@ -29,5 +33,4 @@ RDEPENDS:${PN}-ptest += " \
29do_install_ptest() { 33do_install_ptest() {
30 install -d ${D}${PTEST_PATH}/tests 34 install -d ${D}${PTEST_PATH}/tests
31 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 35 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
32 cp -rf ${S}/setup.py ${D}${PTEST_PATH}
33} 36}