From 813e5abed8060ecbf4f398ac76292d0bcdfdedda Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:17:14 +0100 Subject: [PATCH] pyOpenSSL: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/security/pyOpenSSL/meta | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/security/pyOpenSSL/meta b/packages/python/security/pyOpenSSL/meta index 6bc84adc81..90a71b33ae 100644 --- a/packages/python/security/pyOpenSSL/meta +++ b/packages/python/security/pyOpenSSL/meta @@ -13,3 +13,4 @@ PKG_SHORTDESC="pyOpenSSL: Python interface to the OpenSSL library" PKG_LONGDESC="Python interface to the OpenSSL library. Includes: SSL Context objects, SSL Connection objects, using Python sockets as transport layer. The Connection object wraps all the socket methods and can therefore be used interchangeably." PKG_IS_ADDON="no" +PKG_AUTORECONF="yes"