Commit d0e3b70e authored by Julien Muchembled's avatar Julien Muchembled

NEO will add support for Zstd compression

parent 4ef92ceb
[buildout]
extends =
../zstd/buildout.cfg
parts =
cython-zstd
[cython-zstd]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
include-dirs =
${zstd:location}/include
library-dirs =
${zstd:location}/lib
rpath =
${:library-dirs}
......@@ -8,6 +8,7 @@
extends =
../../stack/slapos.cfg
../../stack/logrotate/buildout.cfg
../../component/cython-zstd/buildout.cfg
#LXML
../../component/lxml-python/buildout.cfg
#END LXML
......@@ -41,6 +42,7 @@ environment = neoppod-setup-env
[neoppod]
recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master, storage-mysqldb]
${cython-zstd:egg}
${msgpack-python:egg}
${python-mysqlclient:egg}
psutil
......
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