]> git.ipfire.org Git - thirdparty/nftables.git/commit
py: remove setup.py integration with autotools
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 18 Jul 2023 12:01:19 +0000 (14:01 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 31 Jul 2023 07:06:22 +0000 (09:06 +0200)
commitb3def33efecb2f7be39fc9aefc9546907202056c
tree0c9df00a5e786507b558ce6a271928a0d83b3fee
parent52c200b490d806da47d1f30448470e202e97f635
py: remove setup.py integration with autotools

With Python distutils and setuptools going deprecated, remove
integration with autotools. This integration is causing issues
in modern environments.

Note that setup.py is still left in place under the py/ folder.

Update INSTALL file to refer to Python support and setup.py.

Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
INSTALL
Makefile.am
configure.ac
py/Makefile.am