scripts: add liblmdb-dev and libjpeg-dev to dependencies

These packages can be required on systems that need to build python wheels.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-10-31 06:03:56 -04:00
parent 504d87831d
commit 21305853ce
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ cleanup_legacy() {
install_packages()
{
PKGLIST="python3-virtualenv python3-dev libopenjp2-7 python3-libgpiod"
PKGLIST="${PKGLIST} curl libcurl4-openssl-dev libssl-dev liblmdb0"
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev"
PKGLIST="${PKGLIST} curl libcurl4-openssl-dev libssl-dev liblmdb-dev"
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev libjpeg-dev"
# Update system package info
report_status "Running apt-get update..."