1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kresus_ynh.git synced 2024-09-03 19:36:10 +02:00

Add build-essential as package dependency

This commit is contained in:
Nicolas Frandeboeuf 2022-09-14 09:07:58 +02:00 committed by Nicolas Frandeboeuf
parent 2e00fbf488
commit 57161403a7

View file

@ -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="build-essential dh-autoreconf python3-pip python3-dev python3-lxml python3-pillow virtualenv postgresql libffi-dev libopenjp2-7"
nodejs_version=14