From 02e9c09475c28d05c7f0104615ffef3d60d2544c Mon Sep 17 00:00:00 2001 From: Miguel Ferreira Date: Fri, 18 Mar 2016 07:13:17 +0100 Subject: [PATCH] Remove cookbook dependencies --- metadata.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/metadata.rb b/metadata.rb index 56b513148..197b9fc1c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,7 +7,3 @@ issues_url 'https://github.com/miketheman/nginx/issues' source_url 'https://github.com/miketheman/nginx' - -depends 'apt', '~> 2.6.1' -depends 'yum', '~> 3.5.2' -depends 'yum-epel', '~> 0.6.3'