summaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_xml/files/patch-rebar.config
blob: f9a27383dcfbf3f25aaa92a06fa82e80c686ba51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rebar.config.orig	2018-06-29 09:50:45 UTC
+++ rebar.config
@@ -32,7 +32,7 @@
 {port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
               {"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
 
-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.12"}}}]}.
+{deps, []}.
 
 {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.