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

Properly handling six installation #195

Open
Almad opened this issue Dec 30, 2017 · 2 comments
Open

Properly handling six installation #195

Almad opened this issue Dec 30, 2017 · 2 comments
Projects

Comments

@Almad
Copy link
Member

Almad commented Dec 30, 2017

Discovered when working on #194:

When running setup.py install with generated minilib which contains bundled six, six is not installed into system since it's recognized in minilib by setuptools. It will yield warning and has to be installed explicitly.

I am not sure how to properly handle this and it may be the case against devendoring.

Ideas welcome.

@mcepl
Copy link
Contributor

mcepl commented Apr 7, 2023

What about removing six from the package completely? Paver doesn’t even pretend any more that it supports Python 2.*.

@mcepl
Copy link
Contributor

mcepl commented Apr 9, 2023

And yes my old PR #216 would be the solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Paver 1.4
  
To Do
Development

No branches or pull requests

2 participants