It seems to be some kind of incompatibility in swig. Upstream .cc files
are built with swig 3, debian has swig 4. If the package is built with
the upstream .cc files (ditching the associated lines in debian/rules)
it seems to work fine.
Package: python3-subnettree
Version: 0.33-1+b3
Severity: grave
Justification: renders package unusable
Documentation says:
A simple example which associates CIDR prefixes with strings::
>>> import SubnetTree
>>> t = SubnetTree.SubnetTree()
>>> t["10.1.0.0/16"] = "Network 1"
>>> t
2 matches
Mail list logo