summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
new file mode 100644
index 0000000000..bbd6ab80d6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-service-identity_24.2.0.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes."
2HOMEPAGE = "https://pypi.org/project/service-identity"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2"
6
7SRC_URI[sha256sum] = "b8683ba13f0d39c6cd5d625d2c5f65421d6d707b013b375c355751557cbe8e09"
8
9inherit pypi python_hatchling ptest-python-pytest
10
11PYPI_PACKAGE = "service_identity"
12UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
13
14DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native"
15
16RDEPENDS:${PN} += " \
17 python3-attr \
18 python3-cryptography \
19 python3-pyasn1-modules \
20"
21
22RDEPENDS:${PN}-ptest += " \
23 python3-attrs \
24 python3-six \
25 python3-pyopenssl \
26"