diff options
| author | Derek Straka <derek@asterius.io> | 2017-11-29 17:34:11 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
| commit | 5791bf8388a9490b89e0042503630fb021f476c9 (patch) | |
| tree | 9780ba73a33285a29d06da7cdaade3f9511aae59 /meta-python/recipes-devtools/python/python-bcrypt.inc | |
| parent | 48a889008c211d1e7e88be4f4e7318cbccad44d5 (diff) | |
| download | meta-openembedded-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.inc | 3 |
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 | |||
| 11 | 11 | ||
| 12 | RDEPENDS_${PN}_class-target += "\ | 12 | RDEPENDS_${PN}_class-target += "\ |
| 13 | ${PYTHON_PN}-cffi \ | 13 | ${PYTHON_PN}-cffi \ |
| 14 | ${PYTHON_PN}-ctypes \ | ||
| 15 | ${PYTHON_PN}-shell \ | ||
| 14 | ${PYTHON_PN}-six \ | 16 | ${PYTHON_PN}-six \ |
| 17 | ${PYTHON_PN}-subprocess \ | ||
| 15 | " | 18 | " |
