bluez-tools: Add package bluezetools
[feed/packages.git] / lang / python / python3 / patches / 029-disable-deprecation-warning.patch
1 --- a/Lib/distutils/__init__.py
2 +++ b/Lib/distutils/__init__.py
3 @@ -16,5 +16,5 @@ __version__ = sys.version[:sys.version.i
4 _DEPRECATION_MESSAGE = ("The distutils package is deprecated and slated for "
5 "removal in Python 3.12. Use setuptools or check "
6 "PEP 632 for potential alternatives")
7 -warnings.warn(_DEPRECATION_MESSAGE,
8 - DeprecationWarning, 2)
9 +#warnings.warn(_DEPRECATION_MESSAGE,
10 +# DeprecationWarning, 2)