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

Otherwise setuptools won't be found. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
663 B
PHP
23 lines
663 B
PHP
SUMMARY = "Simple Python wrapper around the OpenSSL library"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
DEPENDS += "openssl ${PYTHON_PN}-cryptography"
|
|
|
|
SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5"
|
|
SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e"
|
|
|
|
PYPI_PACKAGE = "pyOpenSSL"
|
|
|
|
PACKAGES =+ "${PN}-tests"
|
|
FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
|
|
|
|
RDEPENDS_${PN}_class-target = " \
|
|
${PYTHON_PN}-cryptography \
|
|
${PYTHON_PN}-six \
|
|
${PYTHON_PN}-threading \
|
|
"
|
|
RDEPENDS_${PN}-tests = "${PN}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|