Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Berkshelf treats 'recommends' as 'depends' #275

Closed
sarkis opened this issue Jan 13, 2015 · 1 comment
Closed

Berkshelf treats 'recommends' as 'depends' #275

sarkis opened this issue Jan 13, 2015 · 1 comment

Comments

@sarkis
Copy link

sarkis commented Jan 13, 2015

When attempting to upload a wrapper cookbook, I get the following error:

Dependency 'build-essential' was not found. Please make sure it is in your Berksfile, and then run berks install to download and install the missing dependencies.

Upon further investigation, it seems Berkshelf needs the following line to be a depends instead of recommends:

https://github.com/elasticsearch/cookbook-elasticsearch/blob/master/metadata.rb#L12

Any objections to getting this into upstream? I can send over a PR.

@sarkis sarkis changed the title Dependency 'build-essential' was not found. Berkshelf treats 'recommends' as 'depends' Jan 15, 2015
@martinb3
Copy link
Contributor

martinb3 commented Jul 6, 2015

Hello! We've re-written the cookbook using libraries that expose resources and providers, so you shouldn't see this problem on the newer version. Hope this helps!

@martinb3 martinb3 closed this as completed Jul 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants