See bug #559364 pyspf tries to import ipaddress which it assumes is only in python3. But dev-python/ipaddress (a backport of the python3 functionality) exists, so it ends up using that instead and it uses it incorrectly. Reproducible: Always See: https://bugzilla.redhat.com/show_bug.cgi?id=1230373 and: https://bugzilla.redhat.com/show_bug.cgi?id=1232595 and: bug #559364
Created attachment 410814 [details] pyspf-2.0.11.ebuild
Created attachment 410816 [details, diff] ipaddress.patch
Created attachment 410828 [details, diff] ipaddress.patch Updated patch. - remove attempted import of ipaddr - convert ipaddress.Bytes() usage to ipaddress module equivalent
Created attachment 410830 [details] pyspf-2.0.10.ebuild
This is a python2 issue, which has disappeared in all mentioned packages. dev-python/ipaddress has been removed by commit 9528377f53b6f721e20e7f5f7031800308a03b34.