[PKG-Openstack-devel] Bug#748472: python3-wsme: Uninstallable due to dropping of python3-ipaddr

Scott Kitterman debian at kitterman.com
Sat May 17 14:20:32 UTC 2014


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.



More information about the Openstack-devel mailing list