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

Remove pip --download-cache flag (fixes #279) #282

Merged
merged 1 commit into from
Feb 3, 2016

Conversation

cbenhagen
Copy link
Contributor

From the pip changelog:

pip install --download-cache and pip wheel --download-cache command line flags have been deprecated and the functionality removed. Since pip now automatically configures and uses it's internal HTTP cache which supplants the --download-cache the existing options have been made non functional but will still be accepted until their removal in pip v8.0. For more information please see https://pip.pypa.io/en/stable/reference/pip_install.html#caching

pip install --download-cache and pip wheel --download-cache command line flags have been deprecated and the functionality removed. Since pip now automatically configures and uses it's internal HTTP cache which supplants the --download-cache the existing options have been made non functional but will still be accepted until their removal in pip v8.0. For more information please see https://pip.pypa.io/en/stable/reference/pip_install.html#caching
akshayaurora added a commit that referenced this pull request Feb 3, 2016
Remove pip --download-cache flag (fixes #279)
@akshayaurora akshayaurora merged commit b4f21f7 into kivy:master Feb 3, 2016
@akshayaurora
Copy link
Member

@cbenhagen thanks

@george72
Copy link

Fixes #279 removes the --download-cache that is deprecated, solving the problem but...

The buildozer installed with sudo pip install buildozer does not have those changes yet, I had to change them manually.

What is needed to include those changes on the stable buildozer?

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

Successfully merging this pull request may close these issues.

3 participants