From cd5666ae142bdd1c47db1e06014a04433cf1c721 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Thu, 14 Dec 2023 05:39:46 -0800 Subject: [PATCH] Freeze Python requirements for the Control Board client --- easyinstall.sh | 2 +- python/ctrlboard/requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/easyinstall.sh b/easyinstall.sh index 344b9985..e0624180 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -1117,7 +1117,7 @@ function installPiscsiCtrlBoard() { if [[ $SKIP_PACKAGES ]]; then echo "Skipping package installation" else - sudo apt-get update && sudo apt-get install libjpeg-dev libpng-dev libopenjp2-7-dev i2c-tools raspi-config --assume-yes --no-install-recommends