aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-whoosh.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-28 14:25:42 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-30 12:33:48 -0800
commit934d4e05cdedbf36f9adfcb6f7976ce4072711b1 (patch)
treeea925972464c44d1d509540dc02e7719537685a5 /recipes-devtools/python/python-whoosh.inc
parenteba9644952807484f962575777c63181be9559ba (diff)
downloadmeta-python2-934d4e05cdedbf36f9adfcb6f7976ce4072711b1.tar.gz
python-whoosh: add RDEPENDS to work on minimal python installs
(From meta-openembedded commit: a5203c37662f0c721d99a4ce9c76c075f4eae151) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-whoosh.inc')
-rw-r--r--recipes-devtools/python/python-whoosh.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-whoosh.inc b/recipes-devtools/python/python-whoosh.inc
index 0a2cf3b..f43d8c1 100644
--- a/recipes-devtools/python/python-whoosh.inc
+++ b/recipes-devtools/python/python-whoosh.inc
@@ -12,3 +12,14 @@ SRC_URI[sha256sum] = "e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b4537
PYPI_PACKAGE = "Whoosh"
PYPI_PACKAGE_EXT = "zip"
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-email \
+ ${PYTHON_PN}-multiprocessing \
+ ${PYTHON_PN}-netclient \
+ ${PYTHON_PN}-numbers \
+ ${PYTHON_PN}-pickle \
+ ${PYTHON_PN}-shell \
+ ${PYTHON_PN}-stringold \
+ ${PYTHON_PN}-subprocess \
+"