File: remove-deps.diff

package info (click to toggle)
erlang-idna 6.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,388 kB
  • sloc: erlang: 47,646; makefile: 7; sh: 3
file content (13 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: remove deps in rebar.config
 Without this patch, rebar would download and compile the listed deps
 at build time.
Author: Philipp Huebner <debalance@debian.org>

Index: erlang-idna/rebar.config
===================================================================
--- erlang-idna.orig/rebar.config
+++ erlang-idna/rebar.config
@@ -1,3 +1,2 @@
 {erl_opts, []}.
 
-{deps, [{unicode_util_compat, "~>0.7.0"}]}.