buildout.cfg 260 Bytes
Newer Older
Julien Muchembled's avatar
Julien Muchembled committed
1 2 3 4 5 6 7 8 9 10
[buildout]
extends =
  ../openssl/buildout.cfg

parts =
  python-openssl

[python-openssl]
recipe = zc.recipe.egg:custom
egg = pyOpenSSL
11 12
include-dirs =
  ${openssl:location}/include/
Julien Muchembled's avatar
Julien Muchembled committed
13 14 15 16
library-dirs =
  ${openssl:location}/lib/
rpath =
  ${openssl:location}/lib/