mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Add "libpq-dev" packages, because it's needed for python postgres package
This commit is contained in:
parent
a8164a2905
commit
c448b138b1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ log_file="${log_path}/django_example_ynh.log"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git postgresql postgresql-contrib"
|
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git libpq-dev postgresql postgresql-contrib"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# Redis HELPERS
|
# Redis HELPERS
|
||||||
|
|
Loading…
Add table
Reference in a new issue