python-bcrypt: correct the RDEPENDS to work on a minimal python install

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-11-29 17:34:11 -05:00
committed by Armin Kuster
parent 48a889008c
commit 5791bf8388

View File

@@ -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 \
"