Commit 94a5621a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : pycrypto 2.6.1.

parent 065c4114
......@@ -10,6 +10,7 @@ versions = versions
[pycrypto-python]
recipe = zc.recipe.egg:custom
egg = pycrypto
environment = pycrypto-python-env
include-dirs =
${gmp:location}/include
library-dirs =
......@@ -17,6 +18,9 @@ library-dirs =
rpath =
${gmp:location}/lib
[pycrypto-python-env]
LDFLAGS = -L${gmp:location}/lib
CPPFLAGS = -I${gmp:location}/include
[versions]
# pycrypto 2.4 does not work with setuptools/buildout
pycrypto = 2.3
pycrypto = 2.6.1
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