Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Fix distutils DeprecationWarning
The python distutils package is deprecated. Utilize setuptools and cythonize instead. ./setup.py:26: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 [1] for potential alternatives [1] https://peps.python.org/pep-0632/ Fixes: seccomp#372 Acked-by: Paul Moore <[email protected]> Signed-off-by: Tom Hromatka <[email protected]>
- Loading branch information