summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyopenssl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyopenssl.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pyopenssl.inc6
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"
12PACKAGES =+ "${PN}-tests" 12PACKAGES =+ "${PN}-tests"
13FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" 13FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
14 14
15RDEPENDS_${PN} = "python-threading python-six python-cryptography" 15RDEPENDS_${PN} = " \
16 ${PYTHON_PN}-cryptography \
17 ${PYTHON_PN}-six \
18 ${PYTHON_PN}-threading \
19"
16RDEPENDS_${PN}-tests = "${PN}" 20RDEPENDS_${PN}-tests = "${PN}"
17 21
18BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"