mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
514 B
HTML
19 lines
514 B
HTML
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"
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-cryptography \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "f8b166652e7a9d668b851b28e4417057"
|
|
SRC_URI[sha256sum] = "03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af"
|
|
|
|
PYPI_PACKAGE = "cryptography_vectors"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
UPSTREAM_CHECK_REGEX = ""
|