Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
python-binary | Avoid hardcoding "python" binary name On modern Debian systems, there isn't a "python" binary, unless a user is in a virtualenv or has installed python-is-python3. |
Stefano Rivera <stefanor@debian.org> | yes | 2022-09-29 | ||
setuptools-60 | Import distutils after setuptools distutils is being removed from Python in 3.12. To prepare for this, setuptools now bundles its own copy of distutils, which it patches into sys.path, by default, since setuptools 60. https://setuptools.pypa.io/en/latest/history.html#v60-0-0 To avoid importing two different distutils, import setuptools before distutils. |
Stefano Rivera <stefanor@debian.org> | yes | debian | 2022-09-29 |