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:
parent
504d87831d
commit
21305853ce
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue