buildroot/package/python-pytrie/Config.in
Asaf Kahlon 6c43732a18 python-pytrie: bump to version 0.3.1
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>
2018-10-04 13:24:30 +02:00

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