From f45d358c5ce8144e844b9669596a9962e2703844 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 12 Aug 2021 19:24:50 +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 b4bb5cf..f7e1184 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="python-dev python3-virtualenv virtualenv uwsgi uwsgi-plugin-python3 build-essential libssl-dev libffi-dev libmariadbclient-dev-compat" +pkg_dependencies="python2.7 python2.7-dev python2.7-virtualenv virtualenv uwsgi uwsgi-plugin-python build-essential libssl-dev libffi-dev libmariadbclient-dev-compat" #================================================= # PERSONAL HELPERS