mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
Bugfix version variable
This commit is contained in:
parent
94fc74cc02
commit
e1904475d4
3 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ pkg_dependencies="build-essential python3-dev python3-pip python3-virtualenv git
|
|||
postgresql postgresql-contrib python3-ldap libldap2-dev libsasl2-dev"
|
||||
|
||||
# Django-For-Runners's version for PIP and settings file
|
||||
django-for-runners_version="0.12.0rc2"
|
||||
for_runners_version="0.12.0rc2"
|
||||
|
||||
# Extra python packages:
|
||||
pypi_extras="django-redis django-auth-ldap"
|
||||
|
|
|
@ -112,7 +112,7 @@ chown -R "$app" "$final_path"
|
|||
set -o nounset
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade setuptools wheel psycopg2-binary
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade django-for-runners=="$django-for-runners_version"
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade django-for-runners=="$for_runners_version"
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade ${pypi_extras}
|
||||
)
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ chown -R "$app" "$final_path"
|
|||
set -o nounset
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade pip
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade setuptools wheel psycopg2-binary
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade django-for-runners=="$django-for-runners_version"
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade django-for-runners=="$for_runners_version"
|
||||
ynh_exec_as $app $final_path/venv/bin/pip install --upgrade ${pypi_extras}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue