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:
Eric Callahan 2023-02-13 06:37:44 -05:00
parent 15f37827a1
commit b50057c3ba
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
2 changed files with 3 additions and 4 deletions

View File

@ -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..."

View File

@ -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