From 0aacac7545758694a718aa2b399a80cbef2bb6cd Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 11 Aug 2021 17:49:24 +0200 Subject: [PATCH] Fix dependencies for bullseye --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d83cb4d..b4bb5cf 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 python-virtualenv virtualenv uwsgi uwsgi-plugin-python build-essential libssl-dev libffi-dev libmariadbclient-dev" +pkg_dependencies="python-dev python3-virtualenv virtualenv uwsgi uwsgi-plugin-python3 build-essential libssl-dev libffi-dev libmariadbclient-dev-compat" #================================================= # PERSONAL HELPERS