Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Allow name and package_name to be different to avoid CHEF-3694 warnings #45

Merged
merged 1 commit into from
Jun 11, 2013

Conversation

e100
Copy link
Contributor

@e100 e100 commented Jun 7, 2013

This makes it possible avoid CHEF-3694 warnings using code like this:

python_pip "some_lib /ve1" do
package_name "some_lib"
virtualenv "/ve1"
end

python_pip "some_lib /ve2" do
package_name "some_lib"
virtualenv "/ve2"
end

@coderanger
Copy link
Member

Reasonable fix, just annoying that it is needed :-(

👍

@e100
Copy link
Contributor Author

e100 commented Jun 7, 2013

Created bug in Jira COOK-3137

jtimberman pushed a commit that referenced this pull request Jun 11, 2013
Allow name and package_name to be different to avoid CHEF-3694 warnings
@jtimberman jtimberman merged commit b9c79a8 into poise:master Jun 11, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants