Add libffi-dev dependency for successful build

This commit is contained in:
tituspijean 2021-12-29 17:35:17 +01:00
parent c770586763
commit 11305d5f0e
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -6,7 +6,7 @@
# dependencies used by the app
# HACK zlib1g-dev libjpeg-dev (libwebp-dev optional but necessary for stickers) are necessary to compile / install pillow
pkg_dependencies="postgresql python3 zlib1g-dev libjpeg-dev libwebp-dev python3-venv libpq-dev"
pkg_dependencies="postgresql python3 zlib1g-dev libjpeg-dev libwebp-dev python3-venv libpq-dev libffi-dev"
#=================================================
# PERSONAL HELPERS