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

remove esl-erlang dependenciy switch

This commit is contained in:
yalh76 2019-04-23 12:16:16 +02:00
parent 17d520c03b
commit e676157ec5
2 changed files with 1 additions and 4 deletions

View file

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

View file

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