diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-31 16:36:12 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:10:43 +0200 |
commit | 88d9c59219f7f003c58d78be9d73ad2b8f5aaf9d (patch) | |
tree | a5306636f78f4fc0e0edf163853ba3e5c7f62933 /meta-python/recipes-devtools/python/python-pyopenssl.inc | |
parent | 80b2d4de0ee2a5e6a3302a527e3fcfd2b99c3e37 (diff) | |
download | meta-openembedded-88d9c59219f7f003c58d78be9d73ad2b8f5aaf9d.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyopenssl.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyopenssl.inc | 6 |
1 files changed, 5 insertions, 1 deletions
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" | |||
12 | PACKAGES =+ "${PN}-tests" | 12 | PACKAGES =+ "${PN}-tests" |
13 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | 13 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" |
14 | 14 | ||
15 | RDEPENDS_${PN} = "python-threading python-six python-cryptography" | 15 | RDEPENDS_${PN} = " \ |
16 | ${PYTHON_PN}-cryptography \ | ||
17 | ${PYTHON_PN}-six \ | ||
18 | ${PYTHON_PN}-threading \ | ||
19 | " | ||
16 | RDEPENDS_${PN}-tests = "${PN}" | 20 | RDEPENDS_${PN}-tests = "${PN}" |
17 | 21 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |