File: rebar.test.config.patch

package info (click to toggle)
erlang-p1-oauth2 0.6.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: erlang: 1,310; makefile: 30
file content (21 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (3)
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: