buildout.cfg 344 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[buildout]
extends =
  ../gmp/buildout.cfg

parts =
  pycrypto-python

versions = versions

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

[versions]
# pycrypto 2.4 does not work with setuptools/buildout
pycrypto = 2.3