mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-cryptography-vectors: update to 35.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Khem Raj
parent
ac7d9bfb0c
commit
9d54555b25
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Test vectors for the cryptography package."
|
||||
HOMEPAGE = "https://cryptography.io/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0 | BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4"
|
||||
|
||||
SRC_URI[sha256sum] = "978ad96822c0e007a0a3d8187eb0eafbd9eb1d67b50cfac70277175e74957bfc"
|
||||
|
||||
PYPI_PACKAGE = "cryptography_vectors"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-cryptography \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = ""
|
||||
Reference in New Issue
Block a user