mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
revert pkg_dependencies
This commit is contained in:
parent
81bfa624b5
commit
2a5e9abd23
1 changed files with 11 additions and 2 deletions
|
@ -40,8 +40,17 @@ log_file="${log_path}/${app}.log"
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git libpq-dev postgresql postgresql-contrib"
|
||||
# Needed base dependencies:
|
||||
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git"
|
||||
|
||||
# For pillow:
|
||||
pkg_dependencies="${pkg_dependencies} libjpeg-dev"
|
||||
|
||||
# Postgres and Python's "psycopg2":
|
||||
pkg_dependencies="${pkg_dependencies} libpq-dev postgresql postgresql-contrib"
|
||||
|
||||
# Needed for lxml: https://lxml.de/installation.html#requirements
|
||||
pkg_dependencies="${pkg_dependencies} libxml2-dev libxslt-dev"
|
||||
|
||||
#=================================================
|
||||
# Redis HELPERS
|
||||
|
|
Loading…
Reference in a new issue