Commit 98e8e6a2 authored by Romain Courteaud's avatar Romain Courteaud

Add python-cffi egg component.

parent c6697b4d
[buildout]
extends =
../libffi/buildout.cfg
parts =
python-cffi
[python-cffi-env]
PKG_CONFIG_PATH=${libffi:location}/lib/pkgconfig
[python-cffi]
recipe = zc.recipe.egg:custom
egg = cffi
include-dirs =
${libffi:location}/lib/libffi-3.0.13/include/
library-dirs =
${openssl:location}/lib/
rpath =
${libffi:location}/lib/
environment = python-cffi-env
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