Package: python3-wsme
Version: 0.6-2
Severity: grave
Justification: renders package unusable
When I was checking for users of python3-ipaddr, I somehow missed
python3-wsme. Since the ipaddress module is included with python3.3 and
later, having the separate package for ipaddr is redundant and I have dropped
it. Fortunately python3 wsme is written to work with either ipaddr or
ipaddress:
try:
import ipaddress
except ImportError:
import ipaddr as ipaddress
That makes this a trivial package change. I'll upload and NMU to delay 7
shortly to clean this up. Feel free to cancel it, speed it up, etc. I'll
send the NMU diff to this bug as well. Sorry for the bother.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]