From 305072e1eb3a63bec96c5e0c6e12125a5f426366 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 28 Jan 2023 15:17:28 +0100 Subject: [PATCH] remove python3-request debian package (should be venv) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e0d6494..3dc22d9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES # dependencies used by the app (must be on a single line) -pkg_dependencies="python3-venv python3-requests" +pkg_dependencies="python3-venv" #================================================= # PERSONAL HELPERS