From ad6c9480bcb59bb2e6dee9eb66a990bb7d976d6e Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Mon, 31 Aug 2020 14:09:36 +0200 Subject: [PATCH] Add libffi-dev to dependencies for python build --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 46a4b49..ae3c537 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,6 +1,6 @@ #!/bin/bash -pkg_dependencies="dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql" +pkg_dependencies="dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql libffi-dev" # Send an email to inform the administrator #