From 43ccddddd366cd2025ce3effea38da757933f7b2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 23 Mar 2016 16:01:58 -0400 Subject: python-tornado: fix the paths for the test package Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-tornado.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python-tornado.inc b/meta-python/recipes-devtools/python/python-tornado.inc index 679b7ba035..7e3ac8c810 100644 --- a/meta-python/recipes-devtools/python/python-tornado.inc +++ b/meta-python/recipes-devtools/python/python-tornado.inc @@ -19,6 +19,6 @@ PACKAGES =+ "\ " FILES_${PN}-test = " \ - ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/test \ - ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/testing.py* \ + ${libdir}/${PYTHON_DIR}/site-packages/*/test \ + ${libdir}/${PYTHON_DIR}/site-packages/*/testing.py* \ " -- cgit 1.2.3-korg