From 12976901aa4a9a947376b379448bacc15e5e8bb7 Mon Sep 17 00:00:00 2001 From: paukstelis Date: Sat, 11 Mar 2023 19:11:06 -0500 Subject: [PATCH] add python3-setuptools to package list --- octoprint_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/octoprint_deploy.sh b/octoprint_deploy.sh index 34dd3e4..d805df4 100755 --- a/octoprint_deploy.sh +++ b/octoprint_deploy.sh @@ -600,6 +600,7 @@ deb_packages() { -e python3.10-venv \ -e virtualenv \ -e python3-dev \ + -e python3-setuptools \ -e build-essential \ -e python3-setuptools \ -e libyaml-dev \