From 59b41b65dc33c3da471175002f37576ff460dc46 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Sat, 29 May 2021 15:22:52 -0400 Subject: [PATCH] Add python3-dev dependency --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 055ffdd..939d59a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= # dependencies used by the app -pkg_dependencies="acl python3 python3-pip python3-venv postgresql postgresql-contrib libpq-dev redis-server libldap2-dev libsasl2-dev" +pkg_dependencies="acl python3 python3-dev python3-pip python3-venv postgresql postgresql-contrib libpq-dev redis-server libldap2-dev libsasl2-dev" #================================================= # PERSONAL HELPERS