File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1- # Garden Linux package python3.11
1+ # Garden Linux package python3.12
22
Original file line number Diff line number Diff line change 11DEB_BUILD_OPTIONS="$DEB_BUILD_OPTIONS nobench nolto nopgo"
2+ # We need libgdbm-compat-dev for x86 or the build process fails.
3+ apt install python3-pip libgdbm-compat-dev -y
4+ # Python uses blurb to create NEWS entries and there is not debian package.
5+ # Do a unclean installation via pip to allow to generate the NEWS.
6+ pip install --break-system-packages blurb
Original file line number Diff line number Diff line change 1- apt_src python3.12
1+ # 3.12.7 isn't in testing yet.
2+ git_src --branch 3.12.7-1 https://salsa.debian.org/cpython-team/python3.git
3+ # Debian does not keep track of the source-code within salsa. Hence, we need
4+ # to download the code ourself.
5+ git_src --branch v3.12.7 https://github.com/python/cpython.git
26apply_patches
You can’t perform that action at this time.
0 commit comments