Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
0d5c967a
Commit
0d5c967a
authored
Dec 03, 2024
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/python3: fix compilation of python3.12
parent
3ec53860
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
component/python3/buildout.cfg
component/python3/buildout.cfg
+10
-2
No files found.
component/python3/buildout.cfg
View file @
0d5c967a
...
...
@@ -30,8 +30,6 @@ executable = @@LOCATION@@/bin/${:_buildout_section_name_}
url =
https://www.python.org/ftp/python/${:package_version}/Python-${:package_version}${:package_version_suffix}.tar.xz
pre-configure =
sed -i -e "s/if 'curses' in ln:/if 'curses' in ln.split()[0]:/" setup.py
configure-options =
--enable-ipv6
--enable-loadable-sqlite-extensions
...
...
@@ -57,30 +55,40 @@ environment =
version = 3.7
package_version = 3.7.17
md5sum = dd94cab4541b57b88cf3dab32d6336e3
pre-configure =
sed -i -e "s/if 'curses' in ln:/if 'curses' in ln.split()[0]:/" setup.py
[python3.8]
<= python3-common
version = 3.8
package_version = 3.8.20
md5sum = 745478c81d6382cf46b5e7ad89e56008
pre-configure =
sed -i -e "s/if 'curses' in ln:/if 'curses' in ln.split()[0]:/" setup.py
[python3.9]
<= python3-common
version = 3.9
package_version = 3.9.20
md5sum = bdcda0fdb99e7e17018f6886fae5e1fd
pre-configure =
sed -i -e "s/if 'curses' in ln:/if 'curses' in ln.split()[0]:/" setup.py
[python3.10]
<= python3-common
version = 3.10
package_version = 3.10.15
md5sum = 8b1faa1b193e4e90c0f17eb2decd89b5
pre-configure =
sed -i -e "s/if 'curses' in ln:/if 'curses' in ln.split()[0]:/" setup.py
[python3.11]
<= python3-common
version = 3.11
package_version = 3.11.10
md5sum = af59e243df4c7019f941ae51891c10bc
pre-configure =
sed -i -e "s/if 'curses' in ln:/if 'curses' in ln.split()[0]:/" setup.py
[python3.12]
<= python3-common
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment