mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Add libffi-dev to dependencies for python build
This commit is contained in:
parent
e9ee51e6f1
commit
ad6c9480bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue