Actions
Bug #5313
closed
VJ
JI
python: distutils deprecation warning
Bug #5313:
python: 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
JI Updated by Jason Ish almost 4 years ago
- Status changed from Assigned to In Progress
JI Updated by Jason Ish almost 4 years ago
- Status changed from In Progress to In Review
VJ Updated by Victor Julien almost 4 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.
VJ Updated by Victor Julien almost 4 years ago
- Label deleted (
Needs backport to 6.0)
JI Updated by Jason Ish over 3 years ago
- Status changed from In Review to Resolved
JI Updated by Jason Ish over 3 years ago
- Status changed from Resolved to Closed
JI Updated by Jason Ish over 3 years ago
- Subtask #5556 added
JI Updated by Jason Ish almost 3 years ago
- Related to Bug #6132: suricata-update: dump-sample-configs: configuration files not found added
Actions