Package: erlang-p1-yaml / 1.0.17-1

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-yaml/rebar.config
===================================================================
--- erlang-p1-yaml.orig/rebar.config
+++ erlang-p1-yaml/rebar.config
@@ -24,7 +24,6 @@
 {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS -lyaml"}]}.
 {port_specs, [{"priv/lib/fast_yaml.so", ["c_src/fast_yaml.c"]}]}.
 
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.13"}}}]}.
 
 {clean_files, ["c_src/fast_yaml.gcda", "c_src/fast_yaml.gcno"]}.