While backporting firewalld 0.9.0 to my Zeus BSP I discovered that firewalld >= 0.8 doesn't start if nftables-python isn't installed. In file /usr/lib/python3.x/site-packages/firewall/core/nftables.py the line: `from nftables.nftables import Nftables` fails if nftables-python is not installed.