Commit 85fdf601 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

component/serf: version up 1.3.10 to build with py3.

parent cfd86349
......@@ -5,16 +5,16 @@ extends =
../apache/buildout.cfg
../util-linux/buildout.cfg
../openssl/buildout.cfg
../python-2.7/buildout.cfg
../python3/buildout.cfg
../zlib/buildout.cfg
[serf]
recipe = slapos.recipe.cmmi
shared = true
url = https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2
md5sum = 370a6340ff20366ab088012cd13f2b57
url = https://archive.apache.org/dist/serf/serf-1.3.10.tar.bz2
md5sum = 5320087299084c297eff8e1dacfab1af
scons-command =
${python2.7:location}/bin/python ${scons:location}/scons.py \
${python3:location}/bin/python3 ${scons:location}/scons.py \
APR="${apr:location}" \
APU="${apr-util:location}" \
OPENSSL="${openssl:location}" \
......@@ -27,6 +27,6 @@ make-binary = ${:scons-command}
[scons]
recipe = slapos.recipe.build:download-unpacked
shared = true
url = https://prdownloads.sourceforge.net/scons/scons-local-2.3.0.tar.gz
md5sum = d262e6c6da620488d2226fabc8aabf09
url = https://prdownloads.sourceforge.net/scons/scons-local-4.7.0.tar.gz
md5sum = 61be0562efe3aac81dfc807bdd94a4b2
strip-top-level-dir = false
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