From 7fba61557d9d1df3ac8cab298130366c14d9d24c Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Tue, 31 May 2022 06:36:02 +0000 Subject: [PATCH] Add python3-pdfminer dependency (banquepostale) --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index e16025c..eaf544c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql libffi-dev libopenjp2-7" +pkg_dependencies="dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql libffi-dev libopenjp2-7 python3-pdfminer" nodejs_version=14