Comment 8 for bug 1973780

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-tempest-plugin (master)

Reviewed: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/842135
Committed: https://opendev.org/openstack/neutron-tempest-plugin/commit/13546b825e7e9aa39359d533bd41af4a13804ffc
Submitter: "Zuul (22348)"
Branch: master

commit 13546b825e7e9aa39359d533bd41af4a13804ffc
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu May 12 23:56:47 2022 +0000

    Remove "distutils" library

    Library "distutils" will be marked as deprecated in Python 3.10:
    https://peps.python.org/pep-0386/

    This patch does the following replacements, that provide the same
    functionality and API:
    - distutils.version.StrictVersion -> packaging.version.Version

    Change-Id: I0fc0c2ac7a545b8250e05586f48226953f3595df
    Closes-Bug: #1973780