commit | a37b6abc8ecab1a32593aecdf8f74d54f3c4adb1 | [log] [tgz] |
---|---|---|
author | Martin Kopec <mkopec@redhat.com> | Fri May 26 13:46:42 2023 +0200 |
committer | Martin Kopec <mkopec@redhat.com> | Fri May 26 13:46:42 2023 +0200 |
tree | 94b7b3483f0d7e78de812ba3d71d7b319f6663ac | |
parent | cc49f4debbea1951d745ca7e7994662468e5d6b8 [diff] |
Resolve distutils deprecation warning The distutils package is deprecated and slated for removal in Python 3.12. Let's use shutil.which which is also recomended by PEP 632: https://peps.python.org/pep-0632/#migration-advice Closes-Bug: #2009229 Change-Id: Ibb2a9731449e765c4a56952a9f02679e9618778b