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 ############################################################################