1config BR2_PACKAGE_PYTHON_WHOOSH
2	bool "python-whoosh"
3	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
4	help
5	  Whoosh is a fast, pure-Python full text indexing, search and
6	  spell checking library.
7
8	  https://pypi.python.org/pypi/Whoosh/
9