diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-10-28 15:18:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:37:56 +0000 |
commit | 4d30681e8b5deda849c6be10c04cca4f196a6e87 (patch) | |
tree | 448e48049c6ccaa694d00dddc9ee66d0879fd299 /meta | |
parent | 4722bfbda95109611a8a3a1c071474015e26bf66 (diff) | |
download | poky-4d30681e8b5deda849c6be10c04cca4f196a6e87.tar.gz |
python: fix python-tests rdepends
test.regrtest depends on most of python modules so require all of them.
[YOCTO #10522]
(From OE-Core rev: a8dc4bc039d1c01a78fdc1f727cbfc6f2feffe93)
(From OE-Core rev: 545a2d41f57232d58d19feb3fb0375be5553e47d)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-2.7-manifest.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index 189689d4c4..621024f6a9 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc | |||
@@ -246,7 +246,7 @@ RDEPENDS_${PN}-terminal="${PN}-core ${PN}-io" | |||
246 | FILES_${PN}-terminal="${libdir}/python2.7/pty.* ${libdir}/python2.7/tty.* " | 246 | FILES_${PN}-terminal="${libdir}/python2.7/pty.* ${libdir}/python2.7/tty.* " |
247 | 247 | ||
248 | SUMMARY_${PN}-tests="Python tests" | 248 | SUMMARY_${PN}-tests="Python tests" |
249 | RDEPENDS_${PN}-tests="${PN}-core" | 249 | RDEPENDS_${PN}-tests="${PN}-core ${PN}-modules" |
250 | FILES_${PN}-tests="${libdir}/python2.7/test " | 250 | FILES_${PN}-tests="${libdir}/python2.7/test " |
251 | 251 | ||
252 | SUMMARY_${PN}-textutils="Python option parsing, text wrapping and CSV support" | 252 | SUMMARY_${PN}-textutils="Python option parsing, text wrapping and CSV support" |