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 Jason Ish over 2 years ago
- Status changed from Assigned to In Progress
Updated by Jason Ish over 2 years ago
- Status changed from In Progress to In Review
Updated by Victor Julien over 2 years 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.
Updated by Jason Ish over 2 years ago
- Status changed from In Review to Resolved
Updated by Jason Ish over 1 year ago
- Related to Bug #6132: suricata-update: dump-sample-configs: configuration files not found added
Actions