File PATCH01-remove-dependencies-rebar.config-file.patch of Package erlang-chef_wm
--- rebar.config 2013-04-04 16:00:07.820434133 +0200
+++ rebar.config.patched 2013-04-26 13:34:29.798398155 +0200
@@ -4,38 +4,6 @@
{deps,
[
- {chef_authn, ".*",
- {git, "git://github.com/opscode/chef_authn.git", {branch, "master"}}},
-
- {chef_certgen, ".*",
- {git, "git://github.com/opscode/chef_certgen.git", {branch, "master"}}},
-
- {chef_db, ".*",
- {git, "git://github.com/opscode/chef_db.git", {branch, "master"}}},
-
- {chef_index, ".*",
- {git, "git://github.com/opscode/chef_index.git", {branch, "master"}}},
-
- {chef_objects, ".*",
- {git, "git://github.com/opscode/chef_objects.git", {branch, "master"}}},
-
- {bcrypt, ".*",
- {git, "git://github.com/opscode/erlang-bcrypt.git", {tag, "0.5.0.2"}}},
-
- {webmachine, ".*",
- {git, "git://github.com/basho/webmachine", {tag, "1.9.0-mochifix"}}},
-
- {fast_log, ".*",
- {git, "git://github.com/opscode/fast-log-erlang.git", {branch, "master"}}},
-
- {mixer, ".*",
- {git, "git://github.com/opscode/mixer.git", {tag, "0.1.1"}}},
-
- {stats_hero, ".*",
- {git, "git://github.com/opscode/stats_hero.git", {branch, "master"}}},
-
- {folsom, ".*",
- {git, "git://github.com/boundary/folsom.git", {tag, "0.7.2"}}}
]}.