mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Added dependencies to python-cffi & python-patch-ng due to upstream
commit:
3f6f458df6
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
config BR2_PACKAGE_PYTHON_LMDB
|
|
bool "python-lmdb"
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_PYTHON_PATCH_NG # runtime
|
|
help
|
|
Universal Python binding for the LMDB 'Lightning' Database.
|
|
|
|
https://pypi.python.org/pypi/lmdb
|