-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
Python 3 dependency bloat #12333
Comments
Yup. Python 2 has |
Maybe we could have a |
I don't think separate output will help with Python modules, since nothing will reference it. It will essentially work the same way as current modules for Python 2.7 (as separate derivations) need to be specified explicitly. |
I think that's true. IIRC in that branch I was just fixing up the code to find python's dependencies. |
(triage) So do we need to change anything? |
Domen wrote it exactly, I believe. I think we shouldn't default to python3 before splitting it #18185. |
New figures as of 16.09 are in #19255 (comment) |
In staging due to #19309:
Python3 $PREFIX/lib itself grew by 20MB, so not much we can do about that. |
The closure of the Python 3 package is much bigger than Python 2:
This is primarily due to the dependency on TCL/TK, which pulls in libX11 and other X11 libraries.
The text was updated successfully, but these errors were encountered: