From 982afb6b3b9261aa5deefbc8e78e6049b36aa9db Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 6 Jun 2021 20:22:27 +0200 Subject: [PATCH] Remove dependency to 'python', breaks install on Bullseye --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 126fb46..2aba1b6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python" +pkg_dependencies="perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions" #================================================= # PERSONAL HELPERS