designate/releasenotes/notes/remove-netaddr-requirement-ab9b9c2d15aa8e1c.yaml
Michael Johnson 968e3d348d Remove netaddr module requirement
This patch removes the 'netaddr' module from the Designate requirements list.
It replaces the use of netaddr in Designate with the python standard library 'ipaddress' module.

Change-Id: I2fb1549e1d6cbccf58c03810c7d74c8c378682d5
2022-08-02 22:02:13 +00:00

6 lines
170 B
YAML

---
other:
- |
The netaddr python module has been removed as a Designate requirement. It
has been replaced with the python standard library 'ipaddress' module.