From 108d0578a241c5673fc3ceb98c573bc9744a7ca9 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Wed, 2 Jun 2021 08:13:37 -0400 Subject: [PATCH] scripts: update moonraker python requirements Remove python jose and cryptography. Add pynacl. Signed-off-by: Eric Callahan --- scripts/install-moonraker.sh | 2 +- scripts/moonraker-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-moonraker.sh b/scripts/install-moonraker.sh index 9c5ecb3..7527df4 100755 --- a/scripts/install-moonraker.sh +++ b/scripts/install-moonraker.sh @@ -36,7 +36,7 @@ cleanup_legacy() { install_packages() { PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod" - PKGLIST="${PKGLIST} liblmdb0 rsync zlib1g-dev" + PKGLIST="${PKGLIST} liblmdb0 libsodium-dev zlib1g-dev" # Update system package info report_status "Running apt-get update..." diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 2a3eac7..c906a11 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -6,4 +6,4 @@ lmdb==1.2.1 streaming-form-data==1.8.1 distro==1.5.0 inotify-simple==1.3.5 -python-jose[cryptography]==3.2.0 +libnacl==1.7.2