aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-whoosh_2.7.4.bb
blob: 4a4e679fbba81aa91ec472aa82dbb608879b17bc (plain)
1
2
3
4
5
6
7
8
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 \
"