osc-placement/osc_placement
Stephen Finucane 2a3922dee7 Remove use of distutils
This has been removed in Python 3.12, which is preventing us using
osc-placement in those environments. Thankfully we only use it for
StrictVersion which we are using to parse microversions. This is
actually overkill here since we can always expect a version string like
'1.5', thus we do this parsing ourselves rather than drag in a new
library like 'microversion_parse'.

Change-Id: I2923238f8b30568bceb1799882d4468ff1d7e538
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-07-25 13:05:53 +01:00
..
resources Merge "Support microversion 1.39" 2022-06-30 14:37:56 +00:00
tests Remove use of distutils 2024-07-25 13:05:53 +01:00
__init__.py Initial commit 2017-03-22 11:58:28 +02:00
http.py Replace simplejson by built-in json 2024-05-19 22:48:51 +09:00
plugin.py Note env OS_PLACEMENT_API_VERSION support 2021-05-12 02:55:15 +00:00
version.py Remove use of distutils 2024-07-25 13:05:53 +01:00