[oe-commits] [meta-openembedded] 28/40: python-bcrypt: correct the RDEPENDS to work on a minimal python install

git at git.openembedded.org git at git.openembedded.org
Mon Dec 11 16:04:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 5791bf8388a9490b89e0042503630fb021f476c9
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Nov 29 17:34:11 2017 -0500

    python-bcrypt: correct the RDEPENDS to work on a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-bcrypt.inc | 3 +++
 1 file changed, 3 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list