$OpenBSD: patch-rebar_config,v 1.1.1.1 2013/03/12 07:32:24 jasper Exp $
--- rebar.config.orig	Fri Mar  8 09:49:37 2013
+++ rebar.config	Fri Mar  8 09:49:48 2013
@@ -2,21 +2,4 @@
 %% ex: ts=4 sw=4 ft=erlang et
 {erl_opts, [debug_info]}.
 
-{deps, [
-        {meck, ".*",
-         {git, "git://github.com/eproxus/meck.git", {branch, "master"}}},
-        {jiffy, ".*",
-         {git, "git://github.com/davisp/jiffy.git", {tag, "0.6.1"}}},
-        {ej, ".*",
-         {git, "git://github.com/seth/ej.git", {branch, "master"}}},
-        {ibrowse, ".*",
-         {git, "git://github.com/opscode/ibrowse.git", {tag, "v4.0.1.1"}}},
-        {mini_s3, ".*",
-         {git, "git://github.com/opscode/mini_s3.git", {branch, "master"}}},
-        {depsolver, ".*",
-         {git, "git://github.com/opscode/depsolver.git", {branch, "master"}}},
-        {chef_authn, ".*",
-         {git, "git://github.com/opscode/chef_authn.git", {branch, "master"}}}
-       ]}.
-
 {cover_enabled, true}.
