5c81a1a833
- python 2 support has been dropped sincea60a601d85
- Use LICENSE instead of PKG-INFO which is available in the official tarball since1ba5d547df
- Update indentation in hash file (two spaces) https://github.com/gsakkis/pytrie/blob/0.4.0/README.md Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
config BR2_PACKAGE_PYTHON_PYTRIE
|
|
bool "python-pytrie"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
|
|
help
|
|
A pure Python implementation of the trie data structure.
|
|
|
|
https://pypi.python.org/pypi/PyTrie
|