From af057b6ab1a413776523660cafdd31c0dabfe5cd Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 31 Mar 2020 21:55:00 +0900 Subject: pip source plugin: Add support for python 3.8 For some reason, the pip source plugin appears to pass tests in master when testing python 3.8 without this change, however it does not pass tests without this change on the bst-1 branch. Adding this change to master for consistency across branches for now, and in the off chance that this fixes the pip source plugin in some python 3.8 environments. --- src/buildstream/plugins/sources/pip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buildstream/plugins/sources/pip.py b/src/buildstream/plugins/sources/pip.py index eac2f3d01..c3af0f9cf 100644 --- a/src/buildstream/plugins/sources/pip.py +++ b/src/buildstream/plugins/sources/pip.py @@ -89,6 +89,7 @@ _PYTHON_VERSIONS = [ "python3.5", "python3.6", "python3.7", + "python3.8", ] # List of allowed extensions taken from -- cgit v1.2.1