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

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 15:08:23 UTC 2016


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

commit cf1eaff43a2792ce7f9b30d6a19b7f6834ad443b
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