aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-bcrypt.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 17:34:11 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit5791bf8388a9490b89e0042503630fb021f476c9 (patch)
tree9780ba73a33285a29d06da7cdaade3f9511aae59 /meta-python/recipes-devtools/python/python-bcrypt.inc
parent48a889008c211d1e7e88be4f4e7318cbccad44d5 (diff)
downloadmeta-openembedded-contrib-5791bf8388a9490b89e0042503630fb021f476c9.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-bcrypt.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-bcrypt.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc
index 1ea62a3a8e..3e6fa7a37d 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 \
"