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

parts =
  python-openssl

[python-openssl]
recipe = zc.recipe.egg:custom
egg = pyOpenSSL
library-dirs =
  ${openssl:location}/lib/
rpath =
  ${openssl:location}/lib/