Chef 11 dependency OBS-URL: https://build.opensuse.org/request/show/173400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-couchbeam?expand=0&rev=1
18 lines
596 B
Diff
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"}}}
|
|
]}.
|