-
Notifications
You must be signed in to change notification settings - Fork 108
pip19 removed process_dependency_links. #142
base: master
Are you sure you want to change the base?
Conversation
* Add a check to see if process_dependency_links is supported.
i confirm the fix is working |
Desperately need this fix. And the worst part about this cookbook is we can't just point at your fork in Berksfile because it does some kinda precompile against the repo to make it into a Chef cookbook. And that process is not documented. |
@coderanger are you able to merge this? |
@coderanger I would like this too, that would be great |
@coderanger please merge this. |
In the absence of this fix is there any workaround to this problem to get chef to run? |
This cookbook is essentially dead. Might as well start shelling out to pip install: Example:
|
@et304383 good point. Ya, I'm converting now away |
@gena01 thanks for contributing this fix. Could you or @salsa-dev , offer any help, tips, or instructions for building poise-python with this fix? I'd like to try it out, but don't see a way from the merged code to a cookbook. Thanks! |
Fixes python_runtime broken with pip 19.x #140, --process-dependency-links is removed in pip 19.0 #141