[oe-commits] [meta-openembedded] 01/18: python-pyopenssl: Extend recipe to support Python 3

git at git.openembedded.org git at git.openembedded.org
Sun Sep 11 07:15:23 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 88d9c59219f7f003c58d78be9d73ad2b8f5aaf9d
Author: Fabio Berton <fabio.berton at ossystems.com.br>
AuthorDate: Wed Aug 31 16:36:12 2016 -0300

    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 at ossystems.com.br>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-pyopenssl.inc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc
index 88b4306..75cb867 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list