kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.08k stars 365 forks source link

Python ipaddr module is deprecated - switch to built in ipaddress #1298

Closed NickJH closed 4 years ago

NickJH commented 4 years ago

In python3 the ipaddr module appears to be deprecated - https://pypi.org/project/ipaddr/ and https://github.com/google/ipaddr-py. It may be a drop-in replacment just by changing ipaddr. to ipaddress. in xmlutils/network.py, tests/test_networkxml.py, network.py and model/networks.py, then remove any mention of python3-ipaddr as a dependency.

alinefm commented 4 years ago

I am working on it