scripts: add lmdb dependencies
Signed-off-by: Eric Callahan arksine.code@gmail.com
This commit is contained in:
parent
ec85b31a62
commit
900345e2d9
|
@ -36,6 +36,7 @@ cleanup_legacy() {
|
||||||
install_packages()
|
install_packages()
|
||||||
{
|
{
|
||||||
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
|
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
|
||||||
|
PKGLIST="${PKGLIST} liblmdb0"
|
||||||
|
|
||||||
# Update system package info
|
# Update system package info
|
||||||
report_status "Running apt-get update..."
|
report_status "Running apt-get update..."
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
tornado==6.1.0
|
tornado==6.1.0
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
pillow==8.0.1
|
pillow==8.0.1
|
||||||
|
lmdb==1.1.1
|
||||||
|
|
Loading…
Reference in New Issue