From 4e8356f7ae00e55ea7554b9c817141035e40826b Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Wed, 3 Feb 2021 17:33:16 -0500 Subject: Remove reliance on netcommon's ipaddress (#120) Remove reliance on netcommon's ipaddress Reviewed-by: https://github.com/apps/ansible-zuul --- changelogs/fragments/120-remove-ipaddress.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/120-remove-ipaddress.yaml (limited to 'changelogs') diff --git a/changelogs/fragments/120-remove-ipaddress.yaml b/changelogs/fragments/120-remove-ipaddress.yaml new file mode 100644 index 0000000..71dc342 --- /dev/null +++ b/changelogs/fragments/120-remove-ipaddress.yaml @@ -0,0 +1,3 @@ +--- +major_changes: + - ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required. -- cgit v1.2.3