1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Merge pull request #72 from YunoHost-Apps/fix_dependencies

add packages to remove
This commit is contained in:
yalh76 2019-04-20 02:29:09 +02:00 committed by GitHub
commit 478a51762b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -6,7 +6,8 @@
# dependencies used by the app
pkg_dependencies="git build-essential postgresql postgresql-contrib openssl ssh sudo"
extra_pkg_dependencies="elixir erlang-dev erlang-tools erlang-parsetools erlang-eldap erlang-xmerl esl-erlang"
extra_pkg_dependencies="elixir esl-erlang"
pkg_dependencies_to_remove="erlang-dev erlang-tools erlang-parsetools erlang-eldap erlang-xmerl"
#=================================================
# PERSONAL HELPERS

View file

@ -149,6 +149,8 @@ fi
#=================================================
ynh_print_info "Upgrading dependencies..."
ynh_package_autoremove $pkg_dependencies_to_remove
ynh_install_app_dependencies $pkg_dependencies
#=================================================