mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
0a19359bf8
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - switch to Github, which has a LICENSE file. The issue was reported upstream: https://github.com/dw/py-lmdb/issues/108. Then added the <pkg>_LICENSE_FILES variable. - bump version to 0.89 (instead of 0.88) - indicate the proper license, following the SPDX code for the OpenLDAP 2.8 license.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
config BR2_PACKAGE_PYTHON_LMDB
|
|
bool "python-lmdb"
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
Universal Python binding for the LMDB 'Lightning' Database.
|
|
|
|
https://pypi.python.org/pypi/lmdb
|