From: Jeremy Laine Date: Tue, 20 Nov 2007 08:17:42 +0000 (+0000) Subject: python-pyopenssl_0.6.bb: add simple Python wrapper around OpenSSL X-Git-Tag: Release-2010-05/1~8334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6247fd19cc5b49625e98bcffb81af6d29d311dc2;p=openembedded.git python-pyopenssl_0.6.bb: add simple Python wrapper around OpenSSL --- diff --git a/packages/python/python-pyopenssl_0.6.bb b/packages/python/python-pyopenssl_0.6.bb new file mode 100644 index 0000000000..f3e6835a24 --- /dev/null +++ b/packages/python/python-pyopenssl_0.6.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Simple Python wrapper around the OpenSSL library" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "LGPL" +SRCNAME = "pyOpenSSL" +DEPENDS = "openssl" +RDEPENDS = "python-threading" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyopenssl/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils