Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAS-132744 / 24.10.1 / Pull latest python3.11 from https://salsa.debian.org (by themylogin) #776

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions conf/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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
############################################################################
Expand Down