mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Remove vendored ipaddress module. (#2441)
This commit is contained in:
5
changelogs/fragments/ipaddress.yml
Normal file
5
changelogs/fragments/ipaddress.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
removed_features:
|
||||
- "The vendored copy of ``ipaddress`` has been removed. Please use ``ipaddress`` from the Python 3 standard library, or `from pypi <https://pypi.org/project/ipaddress/>`_. (https://github.com/ansible-collections/community.general/pull/2441)."
|
||||
breaking_changes:
|
||||
- "scaleway_security_group_rule - when used with Python 2, the module now needs ``ipaddress`` installed `from pypi <https://pypi.org/project/ipaddress/>`_ (https://github.com/ansible-collections/community.general/pull/2441)."
|
||||
- "lxd inventory plugin - when used with Python 2, the plugin now needs ``ipaddress`` installed `from pypi <https://pypi.org/project/ipaddress/>`_ (https://github.com/ansible-collections/community.general/pull/2441)."
|
||||
Reference in New Issue
Block a user