diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_26.1.0.bb new file mode 100644 index 0000000000..ed855c4027 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-service-identity_26.1.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] = "6358c52882c96e66ac4a55eb3a72c7dd4a70763f8cc6fa4e70abde2656f4bf3b" | ||
| 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 | " | ||
