mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
28e15dae70
commit
6c43732a18
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PYTRIE
|
||||
bool "python-pytrie"
|
||||
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
|
||||
help
|
||||
A pure Python implementation of the trie data structure.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user