For Void Linux, I have applied this fix, which results in installing the same way was for 1.0.7 (else it creates a .egg directory which isn't loaded properly on a plain Python): --- a/py/Makefile.am +++ b/py/Makefile.am @@ -7,7 +7,7 @@ install-exec-local: cd $(srcdir) && \ $(PYTHON_BIN) setup.py build --build-base $(abs_builddir) \ - install --prefix $(DESTDIR)$(prefix) + install --prefix $(prefix) --root $(DESTDIR) uninstall-local: rm -rf $(DESTDIR)$(prefix)/lib*/python*/site-packages/nftables -- Leah Neukirchen <leah@xxxxxxxx> https://leahneukirchen.org/