1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Description: remove deps in rebar.test.config
Without this patch, rebar would download and compile the listed deps
at compile time.
Author: Philipp Huebner <debalance@debian.org>
Index: erlang-p1-oauth2/rebar.test.config
===================================================================
--- erlang-p1-oauth2.orig/rebar.test.config
+++ erlang-p1-oauth2/rebar.test.config
@@ -52,11 +52,6 @@
]}.
{clean_files, [".eunit", "ebin/*.beam", "test/*.beam"]}.
-{deps,
- [ {meck, ".*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.7"}}}
- , {proper, ".*", {git, "https://github.com/manopapad/proper.git", "a112a2d64b2b1bfbea780e139980711dfe99b431"}}
- ] }.
-
%% Local Variables:
%% mode: erlang
%% End:
|