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
Actions