bindings: python: tests: use the version parser from setuptools
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 6 Dec 2022 09:23:44 +0000 (10:23 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 6 Dec 2022 09:31:58 +0000 (10:31 +0100)
commitee34050efbb3ad9c4f13c770954c3952b040f029
treeeedceb8975bb82085c3deaf50814584a53f59fb4
parent2676b86d94680bcb9ee51e51a67243a76af56936
bindings: python: tests: use the version parser from setuptools

We currently require the third-party packaging module to be installed in
order to run tests. Let's instead use the version parser that's already
available in setuptools.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/__init__.py