summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-03-31 21:13:01 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-03-31 21:48:32 +0900
commit96a48d72f84d2c879837aa828da5a6b5034989da (patch)
tree57f00df8049a671a10f467dfbd0d576c4b1adb96
parentef80ac1f7fa3771950ccfd78c9064be779af44ae (diff)
downloadbuildstream-96a48d72f84d2c879837aa828da5a6b5034989da.tar.gz
pip source plugin: Add support for python3.8 host interpretor
In order to run host pip, this plugin tries to use the correct interpretor. The test suite does not pass on python3.8 without this change.
-rw-r--r--buildstream/plugins/sources/pip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/plugins/sources/pip.py b/buildstream/plugins/sources/pip.py
index 18e65c73d..e8eab109c 100644
--- a/buildstream/plugins/sources/pip.py
+++ b/buildstream/plugins/sources/pip.py
@@ -90,6 +90,7 @@ _PYTHON_VERSIONS = [
'python3.5',
'python3.6',
'python3.7',
+ 'python3.8',
]
# List of allowed extensions taken from