scripts: add pycurl dependency
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
e92da4c82c
commit
73d3eae8ae
|
@ -37,7 +37,7 @@ cleanup_legacy() {
|
|||
install_packages()
|
||||
{
|
||||
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
|
||||
PKGLIST="${PKGLIST} liblmdb0 libsodium-dev zlib1g-dev"
|
||||
PKGLIST="${PKGLIST} curl liblmdb0 libsodium-dev zlib1g-dev"
|
||||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
|
|
|
@ -8,3 +8,4 @@ distro==1.5.0
|
|||
inotify-simple==1.3.5
|
||||
libnacl==1.7.2
|
||||
paho-mqtt==1.5.1
|
||||
pycurl==7.44.1
|
||||
|
|
Loading…
Reference in New Issue