diff options
author | Derek Straka <derek@asterius.io> | 2017-12-28 14:25:42 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:33:48 -0800 |
commit | a5203c37662f0c721d99a4ce9c76c075f4eae151 (patch) | |
tree | f4f1513acc6a3c61df04dc894ba1f3ec66df847c /meta-python/recipes-devtools/python/python-whoosh.inc | |
parent | cf1f54761c5f19bd62a772e18f25911d579ae16b (diff) | |
download | meta-openembedded-a5203c37662f0c721d99a4ce9c76c075f4eae151.tar.gz |
python-whoosh: add RDEPENDS to work on minimal python installs
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-whoosh.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-whoosh.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc index 0a2cf3bf44..f43d8c1b0c 100644 --- a/meta-python/recipes-devtools/python/python-whoosh.inc +++ b/meta-python/recipes-devtools/python/python-whoosh.inc | |||
@@ -12,3 +12,14 @@ SRC_URI[sha256sum] = "e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b4537 | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "Whoosh" | 13 | PYPI_PACKAGE = "Whoosh" |
14 | PYPI_PACKAGE_EXT = "zip" | 14 | PYPI_PACKAGE_EXT = "zip" |
15 | |||
16 | RDEPENDS_${PN} += " \ | ||
17 | ${PYTHON_PN}-email \ | ||
18 | ${PYTHON_PN}-multiprocessing \ | ||
19 | ${PYTHON_PN}-netclient \ | ||
20 | ${PYTHON_PN}-numbers \ | ||
21 | ${PYTHON_PN}-pickle \ | ||
22 | ${PYTHON_PN}-shell \ | ||
23 | ${PYTHON_PN}-stringold \ | ||
24 | ${PYTHON_PN}-subprocess \ | ||
25 | " | ||