diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb b/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb index 7f9301299d..d80e6667ae 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb | |||
| @@ -21,5 +21,5 @@ inherit setuptools | |||
| 21 | PACKAGES =+ "${PN}-tests" | 21 | PACKAGES =+ "${PN}-tests" |
| 22 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | 22 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} = "python-threading" | 24 | RDEPENDS_${PN} = "python-threading python-six python-cryptography" |
| 25 | RDEPENDS_${PN}-tests = "${PN}" | 25 | RDEPENDS_${PN}-tests = "${PN}" |
