Actions
Bug #5313
closedpython: distutils deprecation warning
Affected Versions:
Effort:
Difficulty:
Label:
Description
make[1]: Entering directory '/suricata/python' cd . && \ /usr/bin/python3 setup.py build --build-base "/suricata/python" /suricata/python/setup.py:8: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup running build
Getting this on Ubuntu 22.04
Updated by Victor Julien 9 months ago
- Label Needs backport to 6.0 added
from the PR: "Recommended to backport to 6.0.x, but not 5.0.x."
Since its not urgent I suggest we target 6.0.7 or 6.0.8, so we can give the changes in master a bit of exposure.
Actions