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>
This commit is contained in:
Derek Straka
2017-12-28 14:25:42 -05:00
committed by Armin Kuster
parent cf1f54761c
commit a5203c3766
2 changed files with 18 additions and 0 deletions

View File

@@ -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 \
"

View File

@@ -1,2 +1,9 @@
inherit pypi setuptools3
require python-whoosh.inc
# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += " \
${PYTHON_PN}-enum \
${PYTHON_PN}-misc \
${PYTHON_PN}-selectors \
"