From 6e89e1c2e6dc1dca9b357c1a993763567d870251 Mon Sep 17 00:00:00 2001 From: ljf Date: Fri, 19 Feb 2021 03:40:23 +0100 Subject: [PATCH] [fix] Dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 51e3df6..bc48e71 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="virtualenv python3-dev python3-virtualenv python3-pip" +pkg_dependencies="python3-venv python3-dev python3-pip" #================================================= # PERSONAL HELPERS