Skip to content

Commit

Permalink
Revert "Remove deprecated python package distutils (oVirt#516)" (oVir…
Browse files Browse the repository at this point in the history
…t#522)

This reverts commit d0ff6f8.
  • Loading branch information
mnecas committed Jun 13, 2022
1 parent 72aae4c commit 60ec79a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions changelogs/fragments/516-remove-distutils-usage.yml

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/module_utils/ovirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from abc import ABCMeta, abstractmethod
from datetime import datetime
from packaging.version import parse as LooseVersion
from distutils.version import LooseVersion

from ansible_collections.@NAMESPACE@.@NAME@.plugins.module_utils.cloud import CloudRetry
from ansible.module_utils.basic import env_fallback
Expand Down

0 comments on commit 60ec79a

Please sign in to comment.