From d289413573e5695d4a227b6945ee77340ce0699d Mon Sep 17 00:00:00 2001 From: themylogin Date: Tue, 26 Nov 2024 16:16:40 +0100 Subject: [PATCH] Pull latest python3.11 from https://salsa.debian.org --- conf/build.manifest | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index 65dd39d5..cbad47eb 100644 --- a/conf/build.manifest +++ b/conf/build.manifest @@ -637,6 +637,15 @@ sources: - "./pull.sh" deoptions: nocheck generate_version: false +- name: python + repo: https://salsa.debian.org/cpython-team/python3.git + branch: 2f519411777eb3cc62904bcbbb9b8bef370d53b5 + deoptions: nocheck + generate_version: false + predepscmd: + - "apt install -y python3-docs-theme python3-sphinx texinfo wget" + - "wget https://www.python.org/ftp/python/3.11.9/Python-3.11.9.tar.xz" + - "tar --strip-components=1 -xvf Python-3.11.9.tar.xz" # Nvidia extensions versions ############################################################################