install: remove dependency on pycurl
Moonraker no longer uses the curl http client backend. The curl commandline client is still used in some scripts and thus has been retained. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
15f37827a1
commit
b50057c3ba
|
@ -30,10 +30,10 @@ cleanup_legacy() {
|
|||
# Step 3: Install packages
|
||||
install_packages()
|
||||
{
|
||||
PKGLIST="python3-virtualenv python3-dev libopenjp2-7 python3-libgpiod"
|
||||
PKGLIST="${PKGLIST} curl libcurl4-openssl-dev libssl-dev liblmdb-dev"
|
||||
PKGLIST="python3-virtualenv python3-dev"
|
||||
PKGLIST="${PKGLIST} libopenjp2-7 python3-libgpiod liblmdb-dev"
|
||||
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev libjpeg-dev packagekit"
|
||||
PKGLIST="${PKGLIST} wireless-tools"
|
||||
PKGLIST="${PKGLIST} wireless-tools curl"
|
||||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
|
|
|
@ -9,7 +9,6 @@ distro==1.8.0
|
|||
inotify-simple==1.3.5
|
||||
libnacl==1.7.2
|
||||
paho-mqtt==1.6.1
|
||||
pycurl==7.45.1
|
||||
zeroconf==0.39.4
|
||||
preprocess-cancellation==0.2.0
|
||||
jinja2==3.1.2
|
||||
|
|
Loading…
Reference in New Issue