From 61c931b80a4e56b7a581091453c445c90b73a1e9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 13 Jan 2010 11:27:24 +0100 Subject: [PATCH] pyOpenSSL: - pyOpenSSL depends on openssl --- packages/python/security/pyOpenSSL/build | 1 + packages/python/security/pyOpenSSL/install | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/python/security/pyOpenSSL/build b/packages/python/security/pyOpenSSL/build index 518abb0106..c5bf869c6a 100755 --- a/packages/python/security/pyOpenSSL/build +++ b/packages/python/security/pyOpenSSL/build @@ -4,6 +4,7 @@ $SCRIPTS/build toolchain $SCRIPTS/build Python +$SCRIPTS/build openssl . config/options.python diff --git a/packages/python/security/pyOpenSSL/install b/packages/python/security/pyOpenSSL/install index 2c60f5dd1d..58043efa77 100755 --- a/packages/python/security/pyOpenSSL/install +++ b/packages/python/security/pyOpenSSL/install @@ -3,5 +3,6 @@ . config/options $SCRIPTS/install Python +$SCRIPTS/install openssl cp -PR $PKG_BUILD/.install/* $INSTALL