-
Notifications
You must be signed in to change notification settings - Fork 71
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
Install locations and features missed on Debian #2
Comments
As discussed in the linked issue, we're taking a different approach now with pypa/setuptools#2232 -- re-enabling the functionality with the known degradation for Debian systems. This prevents locking-out Debian users from the general/unpatched behavior of distutils, while users who are using the distro-provided-and-patched python can/should use older versions of setuptools (or the version provided by their distro) to avoid breakage. |
I've decided to revisit this issue. I desperately want to re-enable So what I'm planning to do is, in addition to allowing for the customized schemes, also provide hooks that will enable the current set of customizations. In the feature/debian-compat branch, I've managed to refactor the code to enable this change. My plan now is to provide a hook that happens as part of |
In pypa/setuptools#2232, we learned that Ubuntu has a customized version of distutils, so when Setuptools attempts to adopt distutils from the standard library, those customizations are lost and Ubuntu users are unhappy.
I propose to fold
those patches (3.8)those patches into this project, enabling Setuptools to incorporate that functionality. This approach will need to be done in a way that only takes effect selectively on those systems.The text was updated successfully, but these errors were encountered: