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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhifan huang
slapos
Commits
1f8c29b8
Commit
1f8c29b8
authored
Dec 24, 2019
by
Bryton Lacquement
🚪
Committed by
Julien Muchembled
Feb 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/python3: share the python 3.x parts
parent
785919d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
component/python3/buildout.cfg
component/python3/buildout.cfg
+2
-5
No files found.
component/python3/buildout.cfg
View file @
1f8c29b8
...
@@ -21,12 +21,10 @@ parts =
...
@@ -21,12 +21,10 @@ parts =
[python3-common]
[python3-common]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
package_version_suffix =
package_version_suffix =
# This is actually the default setting for prefix, but we can't use it in
executable = @@LOCATION@@/bin/${:_buildout_section_name_}
# other settings in this part if we don't set it explicitly here.
prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
executable = ${:prefix}/bin/${:_buildout_section_name_}
patch-options = -p1
patch-options = -p1
patches =
patches =
...
@@ -71,7 +69,6 @@ package_version = 3.7.2
...
@@ -71,7 +69,6 @@ package_version = 3.7.2
md5sum = df6ec36011808205beda239c72f947cb
md5sum = df6ec36011808205beda239c72f947cb
patch-options =
patch-options =
patches =
patches =
executable = @@LOCATION@@/bin/python3.7
environment =
environment =
PATH=${gcc-8.2:location}/bin::${xz-utils:location}/bin:%(PATH)s
PATH=${gcc-8.2:location}/bin::${xz-utils:location}/bin:%(PATH)s
CPPFLAGS=-I${zlib:location}/include -I${xz-utils:location}/include -I${readline:location}/include -I${libexpat:location}/include -I${libffi:location}/include -I${ncurses:location}/include -I${ncurses:location}/include/ncursesw -I${bzip2:location}/include -I${gdbm:location}/include -I${openssl:location}/include -I${sqlite3:location}/include -I${gettext:location}/include
CPPFLAGS=-I${zlib:location}/include -I${xz-utils:location}/include -I${readline:location}/include -I${libexpat:location}/include -I${libffi:location}/include -I${ncurses:location}/include -I${ncurses:location}/include/ncursesw -I${bzip2:location}/include -I${gdbm:location}/include -I${openssl:location}/include -I${sqlite3:location}/include -I${gettext:location}/include
...
...
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