Files
erlang-couchbeam/PATCH01-remove-dependencies-frpm-rebar.config-file.patch

18 lines
596 B
Diff

--- rebar.config 2013-04-16 16:29:42.617841033 +0200
+++ rebar.config.patched 2013-04-24 23:45:53.110973340 +0200
@@ -5,14 +5,4 @@
]}.
{deps, [
- %% ejson for JSON and header parsing
- {ejson, "0.1.0", {git,"git://github.com/kevsmith/ejson.git",
- {tag, "0.1"}}},
-
- %% erlang-oauth for oauth authentification
- {oauth, "0.1", {git,"git://github.com/opscode/erlang-oauth.git", {branch, "master"}}},
-
- %% ibrowse for doing HTTP requests
- {ibrowse, ".*", {git, "git://github.com/opscode/ibrowse",
- {tag, "v4.0.1.1"}}}
]}.