Package: erlang-p1-stringprep / 1.0.6-2

remove-deps.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: remove deps in rebar.config
 Without this patch, rebar would download and compile the listed deps
 at compile time.
Author: Philipp Huebner <debalance@debian.org>

Index: erlang-p1-stringprep/rebar.config
===================================================================
--- erlang-p1-stringprep.orig/rebar.config
+++ erlang-p1-stringprep/rebar.config
@@ -22,7 +22,6 @@
 
 {erl_opts, [debug_info]}.
 
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
 
 {port_env, [
     {"CXXFLAGS", "-O3 -Wall"},