buildout.cfg 260 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [buildout] extends = ../openssl/buildout.cfg parts = python-openssl [python-openssl] recipe = zc.recipe.egg:custom egg = pyOpenSSL include-dirs = ${openssl:location}/include/ library-dirs = ${openssl:location}/lib/ rpath = ${openssl:location}/lib/