debian/control: Depend on erlang-dev and elixir
erlang-dev was missing (but present in `stable` branch), so probably a mismerge. elixir was missing and we require it for RabbitMQ 3.7.x. [#131645781]
This commit is contained in:
parent
95132fa0a7
commit
6cd251c19a
|
@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 9),
|
|||
xmlto,
|
||||
xsltproc,
|
||||
erlang-nox (>= 1:18.3-1) | esl-erlang (>= 1:18.3),
|
||||
erlang-dev (>= 1:18.3-1) | esl-erlang (>= 1:18.3),
|
||||
erlang-src (>= 1:18.3-1) | esl-erlang (>= 1:18.3),
|
||||
elixir (>= 1.4.5-1),
|
||||
zip,
|
||||
rsync
|
||||
Standards-Version: 3.9.4
|
||||
|
|
Loading…
Reference in New Issue