From 88d9c59219f7f003c58d78be9d73ad2b8f5aaf9d Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 31 Aug 2016 16:36:12 -0300 Subject: python-pyopenssl: Extend recipe to support Python 3 - Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyopenssl.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-pyopenssl.inc') diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc index 88b4306068..75cb867fa4 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl.inc +++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc @@ -12,7 +12,11 @@ PYPI_PACKAGE = "pyOpenSSL" PACKAGES =+ "${PN}-tests" 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}" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf