Skip to content
Snippets Groups Projects
Commit 2443bc4a authored by Steffen Müthing's avatar Steffen Müthing
Browse files

Make Python package detection work with pip 10

pip 10 moved several interfaces to an internal package, causing our pyversion.py script to fail.
This patches fixes the issue by getting installed distributions directly from setuptools, as
suggested in https://github.com/pypa/pip/issues/5243.
parent 63b46abe
No related branches found
No related tags found
1 merge request!540Make Python package detection work with pip 10
Pipeline #10325 passed