mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
committed by
Armin Kuster
parent
48a889008c
commit
5791bf8388
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user