From f978423f5b1d4580667455e064e93a5ed734a578 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 14 Aug 2021 18:58:24 +0200 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 f7e1184..172f1cb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # Note that we also need some specific pkg_dependencies for build with arm architectures # dependencies used by the app -pkg_dependencies="python2.7 python2.7-dev python2.7-virtualenv virtualenv uwsgi uwsgi-plugin-python build-essential libssl-dev libffi-dev libmariadbclient-dev-compat" +pkg_dependencies="python2.7 python2.7-dev python-virtualenv virtualenv uwsgi uwsgi-plugin-python build-essential libssl-dev libffi-dev libmariadbclient-dev-compat" #================================================= # PERSONAL HELPERS