Commit 7ec9a0c6 authored by Antoine Catton's avatar Antoine Catton

Add gunicorn component.

parent ba307eb1
[buildout]
extends =
../libevent/buildout.cfg
parts = gunicorn
[libevent-linked-egg]
recipe = zc.recipe.egg:custom
include-dirs =
${libevent:location}/include/
library-dirs =
${libevent:location}/lib/
rpath =
${libevent:location}/lib/
[greenlet]
<= libevent-linked-egg
eggs = greenlet
[eventlet]
<= libevent-linked-egg
eggs = eventlet
[gevent]
<= libevent-linked-egg
eggs = gevent
[gunicorn]
recipe = zc.recipe.egg
eggs =
${greenlet:eggs}
${eventlet:eggs}
${gevent:eggs}
gunicorn
dependent-scripts = true
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