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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos
Commits
2fcfc506
Commit
2fcfc506
authored
Jan 23, 2025
by
Boxiang Sun
Committed by
Thomas Gambier
Jan 30, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/slapos: use python 3.9 for slapos-node
parent
61c13f54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
component/firewalld/buildout.cfg
component/firewalld/buildout.cfg
+0
-2
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+2
-2
No files found.
component/firewalld/buildout.cfg
View file @
2fcfc506
...
...
@@ -73,7 +73,6 @@ environment =
recipe = slapos.recipe.cmmi
url = https://download.gnome.org/core/44/44.9/sources/gobject-introspection-1.76.1.tar.xz
md5sum = 5cb554fdd139db79f9b1be13892fddac
configure-command = true # Disable configure, use meson, required by 1.70+
pre-configure =
mkdir -p subprojects/gnu-config
cp -f ${gnu-config:location}/config.sub ${gnu-config:location}/config.guess subprojects/gnu-config/
...
...
@@ -94,7 +93,6 @@ recipe = slapos.recipe.cmmi
url = https://download.gnome.org/core/44/44.9/sources/pygobject-3.44.2.tar.xz
python-egg = ${buildout:parts-directory}/${:_buildout_section_name_}/lib/python${python:version}/site-packages
md5sum = f1a1e2304c328094806c306bbf658e85
configure-command = true # Disable configure, use meson
pre-configure =
mkdir -p subprojects/gnu-config
cp -f ${gnu-config:location}/config.sub ${gnu-config:location}/config.guess subprojects/gnu-config/
...
...
component/slapos/buildout.cfg
View file @
2fcfc506
...
...
@@ -19,9 +19,9 @@ parts =
py
firewalld-patch
# Force
python3.7 for a while to be compatible with more SR
# Force
our own version of python to not depend on the default one (we need to keep backward compatibility a bit longer in slapos-node package)
[python3]
<= python3.
7
<= python3.
9
[environment]
# Note: For now original PATH is appended to the end, as not all tools are
...
...
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