diff options
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" |