mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
python-pyopenssl: Extend recipe to support Python 3
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
80b2d4de0e
commit
88d9c59219
@@ -12,7 +12,11 @@ PYPI_PACKAGE = "pyOpenSSL"
|
|||||||
PACKAGES =+ "${PN}-tests"
|
PACKAGES =+ "${PN}-tests"
|
||||||
FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
|
FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "python-threading python-six python-cryptography"
|
RDEPENDS_${PN} = " \
|
||||||
|
${PYTHON_PN}-cryptography \
|
||||||
|
${PYTHON_PN}-six \
|
||||||
|
${PYTHON_PN}-threading \
|
||||||
|
"
|
||||||
RDEPENDS_${PN}-tests = "${PN}"
|
RDEPENDS_${PN}-tests = "${PN}"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user