commit | 13546b825e7e9aa39359d533bd41af4a13804ffc | [log] [tgz] |
---|---|---|
author | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Thu May 12 23:56:47 2022 +0000 |
committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Fri May 13 00:00:10 2022 +0000 |
tree | 28c4163edcff506a27fcadb797503d0e4b28fd47 | |
parent | 6dcc0e81b5f3c656181091025f351eb479cdde21 [diff] |
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