From 3bfa06076c3379372aa7d0bd54008d108086fa64 Mon Sep 17 00:00:00 2001 From: Lucas Pablo Calisi Date: Mon, 19 Feb 2024 16:17:28 -0300 Subject: [PATCH] fix: add python3 symbolic link for 3.10 Signed-off-by: Lucas Pablo Calisi --- python-3.10.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python-3.10.yaml b/python-3.10.yaml index 33eeb3c5429..30ab8c45876 100644 --- a/python-3.10.yaml +++ b/python-3.10.yaml @@ -1,7 +1,7 @@ package: name: python-3.10 version: 3.10.13 - epoch: 3 + epoch: 4 description: "the Python programming language" copyright: - license: PSF-2.0 @@ -78,6 +78,7 @@ pipeline: - name: Install python symlink runs: | ln -s python3.10 "${{targets.destdir}}"/usr/bin/python + ln -s python3.10 "${{targets.destdir}}"/usr/bin/python3 - uses: strip @@ -107,3 +108,12 @@ update: strip-prefix: v tag-filter: v3.10 use-tag: true + +test: + environment: + contents: + packages: + - wolfi-base + pipeline: + - runs: | + python3 --version