Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
python_Fix_distutils_DeprecationWarning.patch | [PATCH] python: Fix distutils DeprecationWarning The python distutils package is deprecated. Utilize setuptools and cythonize instead. ./setup.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 [1] for potential alternatives [1] https://peps.python.org/pep-0632/ |
Tom Hromatka <tom.hromatka@oracle.com> | no | 2022-03-21 | ||
python_single_version_externally_managed.patch | Fix building with setuptools instead of distutils. | no |