6d0251c9d5
Added dependencies to python-cffi & python-patch-ng due to upstream commit: https://github.com/jnwatson/py-lmdb/commit/3f6f458df64fdbf4a2dbc5ec0aa407b640ef00e2 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
|