Commit 046ab053 authored by Julien Muchembled's avatar Julien Muchembled

Make early-built parts shareable whether system GCC is used or not

Currently, we could just list gettext but for maintainability,
it's easier to compare the list with only python&gcc's buildout.cfg
parent 8a1a673a
[buildout] [buildout]
extends = extends =
gcc/buildout.cfg
python-2.7/buildout.cfg python-2.7/buildout.cfg
python3/buildout.cfg python3/buildout.cfg
python = python python = python
...@@ -25,6 +26,12 @@ update = ...@@ -25,6 +26,12 @@ update =
depends = ${gcc:recipe} depends = ${gcc:recipe}
[gcc] [gcc]
depends =
# requirements that are common to gcc & python
${gettext:recipe}
${perl:recipe}
# python requirements for which the compiler does not matter
${patch:recipe}
recipe = slapos.recipe.build recipe = slapos.recipe.build
# Latest version provided by SlapOS. # Latest version provided by SlapOS.
part = gcc-8.2 part = gcc-8.2
......
...@@ -12,7 +12,6 @@ extends = ...@@ -12,7 +12,6 @@ extends =
../patch/buildout.cfg ../patch/buildout.cfg
../readline/buildout.cfg ../readline/buildout.cfg
../sqlite3/buildout.cfg ../sqlite3/buildout.cfg
../gcc/buildout.cfg
../xz-utils/buildout.cfg ../xz-utils/buildout.cfg
../zlib/buildout.cfg ../zlib/buildout.cfg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment