aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-25 02:49:19 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 21:22:35 +0200
commitb68721a2bf4ef74c9f7f2769367c2d3e3f33be3b (patch)
tree257930a6301775de18b7276e9bf4f227b2cb04a8 /recipes/python
parent4486760d727ada27b1cf6230a54d71d73c203bd8 (diff)
downloadopenembedded-b68721a2bf4ef74c9f7f2769367c2d3e3f33be3b.tar.gz
python-pyopenssl-0.8: reduce package size
* Move tests to FILES_${PN}-test. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pyopenssl_0.8.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/python/python-pyopenssl_0.8.bb b/recipes/python/python-pyopenssl_0.8.bb
index 74e2ae9ae8..bdbb6b2ca4 100644
--- a/recipes/python/python-pyopenssl_0.8.bb
+++ b/recipes/python/python-pyopenssl_0.8.bb
@@ -4,14 +4,18 @@ PRIORITY = "optional"
LICENSE = "LGPL"
SRCNAME = "pyOpenSSL"
DEPENDS = "openssl"
-PR = "ml1"
+PR = "ml2"
SRC_URI = "${SOURCEFORGE_MIRROR}/pyopenssl/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
+PACKAGES =+ "${PN}-tests"
+FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test"
+
RDEPENDS_${PN} = "python-threading"
+RDEPENDS_${PN}-tests = "${PN}"
SRC_URI[md5sum] = "00377690f224d9e59c833fb0459603f4"