From 81c9fca3716046fb2993d4f947b7c7584b56e260 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 (cherry picked from commit cffaa82507755467cb05b02f5236e2739cc34376) --- conf/build.manifest | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/build.manifest b/conf/build.manifest index 2b836d80..e30d6bb5 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://github.com/truenas/python.git + branch: master + 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 ############################################################################