Commit d802c3db authored by Łukasz Nowak's avatar Łukasz Nowak

- there is no need to use erp5.recipe.cmmisafe as slapos.rebootstrap >= 2.0

   is not suffering from problem of python or python dependencies was removed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40978 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 68c28435
......@@ -13,7 +13,7 @@ download-only = true
filename = bzip2-hooks.py
[bzip2]
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
url = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
md5sum = 00b516f4704d4a7cb50a1d97e6e8e15b
configure-command = true
......
......@@ -7,7 +7,7 @@ extends =
../software-profiles/zlib.cfg
[gettext]
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
md5sum = 3dd55b952826d2b32f51308f2f91aa89
configure-options =
......
......@@ -7,7 +7,7 @@ parts =
openssl
[openssl]
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
url = https://www.openssl.org/source/openssl-1.0.0b.tar.gz
md5sum = 104deb3b7e6820cae6de3f49ba0ff2b0
configure-command = ./config
......
......@@ -16,7 +16,7 @@ parts =
python2.6
[python2.6]
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
# This is actually the default setting for prefix, but we can't use it in
# other settings in this part if we don't set it explicitly here.
prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
......
......@@ -35,7 +35,7 @@ suffix = 2.7
python = python2.7
[python2.7common]
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
# This is actually the default setting for prefix, but we can't use it in
# other settings in this part if we don't set it explicitly here.
prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
......
......@@ -14,7 +14,7 @@ prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
version = ${:python_version_major}
executable = ${:prefix}/bin/python${:version}
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
python_version_full = ${:python_version_major}.${:python_version_minor}
url =
http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz
......
......@@ -5,6 +5,6 @@ parts =
zlib
[zlib]
recipe = erp5.recipe.cmmisafe
recipe = hexagonit.recipe.cmmi
url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download
md5sum = c735eab2d659a96e5a594c9e8541ad63
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