5c81a1a833
- python 2 support has been dropped since https://github.com/gsakkis/pytrie/commit/a60a601d85a660976f4aaab4cb0efcb15b91263b - Use LICENSE instead of PKG-INFO which is available in the official tarball since https://github.com/gsakkis/pytrie/commit/1ba5d547dfbf0d384dd16cf78a2cce91ef69fce8 - 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
|