#1083096 Console program rebar3 depends on graphical packages (libgtk, libglu1-mesa, wayland-server, ...)

#1083096#5
Date:
2024-10-01 13:54:48 UTC
From:
To:
When installing rebar3 on a server / in a container, it pulls in a lot
of dependencies that shouldn't be needed for this console program (see
below).

This happens, because of the following dependency chain:
rebar3 -> erlang-common-test -> erlang-debugger -> erlang-wx

It would be great if this was fixed, so servers / containers using
rebar3 don't need to pull in all these dependencies.

Thanks!

Best regards,
Oliver