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/python3-whoosh_2.7.4.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb index 5d8af303c7..4a4e679fbb 100644 --- a/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb @@ -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 \ +" -- cgit v1.2.3-54-g00ecf