[oe-commits] org.oe.dreambox python-pyopenssl: backport from .dev

tmbinc commit oe at amethyst.openembedded.net
Thu Jul 10 08:46:05 UTC 2008


python-pyopenssl: backport from .dev

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: 2c8cd8f8c5e958a9fdc3bce7149f5bb0d80bb56e
ViewMTN: http://monotone.openembedded.org/revision/info/2c8cd8f8c5e958a9fdc3bce7149f5bb0d80bb56e
Files:
1
packages/python/python-pyopenssl_0.6.bb
Diffs:

#
# mt diff -r16f378c238ceefa0b8bee3b891c872a531f98122 -r2c8cd8f8c5e958a9fdc3bce7149f5bb0d80bb56e
#
#
#
# add_file "packages/python/python-pyopenssl_0.6.bb"
#  content [75b50571de2fa66c92ef726110dd9724a795edfb]
#
============================================================
--- packages/python/python-pyopenssl_0.6.bb	75b50571de2fa66c92ef726110dd9724a795edfb
+++ packages/python/python-pyopenssl_0.6.bb	75b50571de2fa66c92ef726110dd9724a795edfb
@@ -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






More information about the Openembedded-commits mailing list