6c43732a18
For some reason (probably not on purpose) the license file was removed from MANIFEST.in, and it's not available after package extraction. I replaced it with PKG-INFO for now, and opened a PR on github: https://github.com/gsakkis/pytrie/pull/3 Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
config BR2_PACKAGE_PYTHON_PYTRIE
|
|
bool "python-pytrie"
|
|
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
|
|
help
|
|
A pure Python implementation of the trie data structure.
|
|
|
|
https://pypi.python.org/pypi/PyTrie
|