[buildout] extends = ../libffi/buildout.cfg ../openssl/buildout.cfg ../pkgconfig/buildout.cfg parts = python-cryptography [python-cryptography] recipe = zc.recipe.egg:custom egg = cryptography environment = python-cryptography-env [python-cryptography-env] PATH = ${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH = ${libffi:location}/lib/pkgconfig LD_LIBRARY_PATH = ${libffi:location}/lib CPATH = ${openssl:location}/include