Commit aef8e478 authored by Romain Courteaud's avatar Romain Courteaud

Python openssl now depends on python cryptography.

parent 12742fff
[buildout]
extends =
../openssl/buildout.cfg
../python-cryptography/buildout.cfg
parts =
python-openssl
[python-openssl]
depends = ${python-cryptography:egg}
recipe = zc.recipe.egg:custom
egg = pyOpenSSL
include-dirs =
......
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