Commit 12742fff authored by Romain Courteaud's avatar Romain Courteaud

Add python cryptography egg component.

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