diff options
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.bb | 26 |
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 @@ | |||
1 | DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." | ||
2 | HOMEPAGE = "https://pypi.org/project/service-identity" | ||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76edce6a3fa1b82b0bf2b6ce174c19e2" | ||
6 | |||
7 | SRC_URI[sha256sum] = "b8683ba13f0d39c6cd5d625d2c5f65421d6d707b013b375c355751557cbe8e09" | ||
8 | |||
9 | inherit pypi python_hatchling ptest-python-pytest | ||
10 | |||
11 | PYPI_PACKAGE = "service_identity" | ||
12 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
13 | |||
14 | DEPENDS += "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" | ||
15 | |||
16 | RDEPENDS:${PN} += " \ | ||
17 | python3-attr \ | ||
18 | python3-cryptography \ | ||
19 | python3-pyasn1-modules \ | ||
20 | " | ||
21 | |||
22 | RDEPENDS:${PN}-ptest += " \ | ||
23 | python3-attrs \ | ||
24 | python3-six \ | ||
25 | python3-pyopenssl \ | ||
26 | " | ||