On Monday 2023-07-17 11:19, Pablo Neira Ayuso wrote: >On Mon, Jul 17, 2023 at 10:09:09AM +0200, Jan Engelhardt wrote: >> >> On Tuesday 2023-07-11 18:58, Pablo Neira Ayuso wrote: >> >The Netfilter project proudly presents: >> > libnftnl 1.2.6 >> >> Something is off here. >> With 1.2.5 I had: >> >> /usr/lib/python3.11/site-packages/nftables >> /usr/lib/python3.11/site-packages/nftables/__init__.py >> >> With 1.2.6 I get: >> >> /usr/lib/python3.11/site-packages/nftables-0.1-py3.11.egg/nftables/__init__.py > >Could you revert: >1acc2fd48c75 ("py: replace distutils with setuptools") >I suspect the problem is in the update from distutil to setuptools. Revert alone is not enough; a removal of python3-setuptools from the buildroot is also needed to restore the previous structure, which suggests there is an autoforwarding mechanism in python :(