[PATCH nft] py: replace distutils with setuptools

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Removes a deprecation warning when using distutils and python >=3.10.

Python distutils module is formally marked as deprecated since python
3.10 and will be removed from the standard library from Python 3.12.
(https://peps.python.org/pep-0632/)

>From https://setuptools.pypa.io/en/latest/setuptools.html

"""
Packages built and distributed using setuptools look to the user like
ordinary Python packages based on the distutils.
"""

Signed-off-by: Jose M. Guisado Gomez <guigom@xxxxxxxxxx>
---
 py/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/py/setup.py b/py/setup.py
index 72fc8fd9..8ad73e7b 100755
--- a/py/setup.py
+++ b/py/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
 from nftables import NFTABLES_VERSION
 
 setup(name='nftables',
-- 
2.39.2




[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux