[oe] [meta-python][PATCH] python-bcrypt: correct the RDEPENDS to work on a minimal python install

Derek Straka derek at asterius.io
Wed Nov 29 22:34:11 UTC 2017


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-bcrypt.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc
index 1ea62a3..3e6fa7a 100644
--- a/meta-python/recipes-devtools/python/python-bcrypt.inc
+++ b/meta-python/recipes-devtools/python/python-bcrypt.inc
@@ -11,5 +11,8 @@ inherit pypi
 
 RDEPENDS_${PN}_class-target += "\
     ${PYTHON_PN}-cffi \
+    ${PYTHON_PN}-ctypes \
+    ${PYTHON_PN}-shell \
     ${PYTHON_PN}-six \
+    ${PYTHON_PN}-subprocess \
 "
-- 
2.7.4




More information about the Openembedded-devel mailing list