From a5203c37662f0c721d99a4ce9c76c075f4eae151 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 28 Dec 2017 14:25:42 -0500 Subject: python-whoosh: add RDEPENDS to work on minimal python installs Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-whoosh.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-whoosh.inc') 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 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 \ +" -- cgit v1.2.3-54-g00ecf