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

version up : pycrypto 2.6.1.

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