From f3ef773ff23caeb34d4c2c61bf8655a7befbdd25 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Wed, 26 Jun 2013 18:51:28 +0200 Subject: [PATCH] Add pyOpenSSL component --- component/python-openssl/buildout.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 component/python-openssl/buildout.cfg diff --git a/component/python-openssl/buildout.cfg b/component/python-openssl/buildout.cfg new file mode 100644 index 000000000..76afdf246 --- /dev/null +++ b/component/python-openssl/buildout.cfg @@ -0,0 +1,14 @@ +[buildout] +extends = + ../openssl/buildout.cfg + +parts = + python-openssl + +[python-openssl] +recipe = zc.recipe.egg:custom +egg = pyOpenSSL +library-dirs = + ${openssl:location}/lib/ +rpath = + ${openssl:location}/lib/ -- 2.30.9