diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-20 08:17:42 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2007-11-20 08:17:42 +0000 |
commit | 6247fd19cc5b49625e98bcffb81af6d29d311dc2 (patch) | |
tree | 773b3680e47b65e31a1c56bd8397e0f5c3d5ea1e /packages/python | |
parent | 68925b84824d54938e0e9fc9c11e509ee172c887 (diff) |
python-pyopenssl_0.6.bb: add simple Python wrapper around OpenSSL
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyopenssl_0.6.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 |