1config BR2_PACKAGE_PYTHON_PYTRIE
2 bool "python-pytrie"
3 depends on BR2_PACKAGE_PYTHON3
4 select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
5 help
6 A pure Python implementation of the trie data structure.
7
8 https://pypi.python.org/pypi/PyTrie
9