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