Comment 7 for bug 1973780

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

Reviewed: https://review.opendev.org/c/openstack/neutron-fwaas/+/842371
Committed: https://opendev.org/openstack/neutron-fwaas/commit/b7be99c14761e7f08c319a1d875692a975b937db
Submitter: "Zuul (22348)"
Branch: master

commit b7be99c14761e7f08c319a1d875692a975b937db
Author: elajkat <email address hidden>
Date: Wed May 18 16:46:40 2022 +0200

    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.spawn.find_executable -> shutil.which

    Change-Id: Ib9cf36a70b6e5aba93f87e6be5c2636599166de2
    Closes-Bug: #1973780