[oe-commits] [openembedded-core] 01/83: python: fix python-tests rdepends

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 23:36:13 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit a8dc4bc039d1c01a78fdc1f727cbfc6f2feffe93
Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
AuthorDate: Fri Oct 28 15:18:47 2016 +0300

    python: fix python-tests rdepends
    
    test.regrtest depends on most of python modules so require all of them.
    
    [YOCTO #10522]
    
    Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
index 189689d..621024f 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"
 FILES_${PN}-terminal="${libdir}/python2.7/pty.* ${libdir}/python2.7/tty.* "
 
 SUMMARY_${PN}-tests="Python tests"
-RDEPENDS_${PN}-tests="${PN}-core"
+RDEPENDS_${PN}-tests="${PN}-core ${PN}-modules"
 FILES_${PN}-tests="${libdir}/python2.7/test "
 
 SUMMARY_${PN}-textutils="Python option parsing, text wrapping and CSV support"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list