scripts: add lmdb dependencies

Signed-off-by:  Eric Callahan arksine.code@gmail.com
This commit is contained in:
Arksine 2021-02-24 12:38:08 -05:00
parent ec85b31a62
commit 900345e2d9
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ cleanup_legacy() {
install_packages()
{
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
PKGLIST="${PKGLIST} liblmdb0"
# Update system package info
report_status "Running apt-get update..."

View File

@ -2,3 +2,4 @@
tornado==6.1.0
pyserial==3.4
pillow==8.0.1
lmdb==1.1.1