diff --git a/meta-python/recipes-devtools/python/python-bcrypt.inc b/meta-python/recipes-devtools/python/python-bcrypt.inc index 1ea62a3a8..3e6fa7a37 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 \ "