summaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_xml/files/patch-rebar.config
blob: efe0afc7bca9180911374f39b7044b73410d6a34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rebar.config.orig	2017-06-09 10:39:21 UTC
+++ rebar.config
@@ -31,7 +31,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.9"}}}]}.
+{deps, []}.
 
 {clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.