Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
NickJH opened this issue Jan 11, 2020 · 1 comment
Closed

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

NickJH opened this issue Jan 11, 2020 · 1 comment
Assignees

Comments

@NickJH
Copy link

NickJH commented Jan 11, 2020

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
Copy link
Member

alinefm commented Jan 21, 2020

I am working on it

alinefm added a commit to alinefm/kimchi that referenced this issue Jan 21, 2020
Signed-off-by: Aline Manera <aline.manera@gmail.com>
@alinefm alinefm self-assigned this Jan 21, 2020
alinefm added a commit to alinefm/kimchi that referenced this issue Jan 21, 2020
Signed-off-by: Aline Manera <aline.manera@gmail.com>
alinefm added a commit to alinefm/kimchi that referenced this issue Jan 21, 2020
Signed-off-by: Aline Manera <aline.manera@gmail.com>
alinefm added a commit to alinefm/kimchi that referenced this issue Mar 28, 2020
Signed-off-by: Aline Manera <aline.manera@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants