This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/pip
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git

commit 4720a744eee40ed1fc5f3903125dc6751f7f72c2
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri May 17 13:06:00 2024 +0200

    sources/pip.py: Add `python3` as preferred Python command
    
    Use the Python 3.x version that is configured as default on the host, if
    available. This will also make the plugin work with future Python 3.x
    versions that aren't yet listed explicitly.
---
 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 6193200..1c8546e 100644
--- a/src/buildstream_plugins/sources/pip.py
+++ b/src/buildstream_plugins/sources/pip.py
@@ -93,6 +93,7 @@ _PYTHON_VERSIONS = [
     "python3.10",
     "python3.11",
     "python3.12",
+    "python3",
 ]
 
 # List of allowed extensions taken from

Reply via email to