summaryrefslogtreecommitdiffstats
path: root/package/python-pytrie/Config.in
diff options
context:
space:
mode:
authorAsaf Kahlon <asafka7@gmail.com>2018-09-26 18:35:00 +0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-04 13:24:30 +0200
commit6c43732a18ee5d1c8bf23936e8c79ed3a87355a0 (patch)
treee83e19cc63d9feb3a0bc0718269c15147494847c /package/python-pytrie/Config.in
parent28e15dae70d5b8e4c650724a44233f3cbe293828 (diff)
downloadbuildroot-6c43732a18ee5d1c8bf23936e8c79ed3a87355a0.tar.gz
buildroot-6c43732a18ee5d1c8bf23936e8c79ed3a87355a0.zip
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>
Diffstat (limited to 'package/python-pytrie/Config.in')
-rw-r--r--package/python-pytrie/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-pytrie/Config.in b/package/python-pytrie/Config.in
index fb1df41d0a..156638476c 100644
--- a/package/python-pytrie/Config.in
+++ b/package/python-pytrie/Config.in
@@ -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.
OpenPOWER on IntegriCloud