From 5791bf8388a9490b89e0042503630fb021f476c9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 17:34:11 -0500 Subject: python-bcrypt: correct the RDEPENDS to work on a minimal python install Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-bcrypt.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python') 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 \ " -- cgit 1.2.3-korg