[oe-commits] [openembedded-core] 08/26: generate-manifest-2.7.py: fix python-tests rdepends

git at git.openembedded.org git at git.openembedded.org
Wed Mar 1 15:51:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 13adc5bbfd2ef64133a086ec6c917ac3ef274087
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Sun Feb 26 09:05:11 2017 +0100

    generate-manifest-2.7.py: fix python-tests rdepends
    
    A potential flaw was introduced by commit a8dc4bc0:
    [ python: fix python-tests rdepends ]
    
    It made python-tests RDEPENDS on python-modules which is correct, but
    this should be done in generate-manifest-2.7.py, and re-generate the
    manifest.
    
    Fixed by adding this dependency in generate-manifest-2.7.py as well.
    
    Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/contrib/python/generate-manifest-2.7.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py
index 6f7a4c3..b5941a0 100755
--- a/scripts/contrib/python/generate-manifest-2.7.py
+++ b/scripts/contrib/python/generate-manifest-2.7.py
@@ -383,7 +383,7 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-terminal", "Python terminal controlling support", "${PN}-core ${PN}-io",
     "pty.* tty.*" )
 
-    m.addPackage( "${PN}-tests", "Python tests", "${PN}-core",
+    m.addPackage( "${PN}-tests", "Python tests", "${PN}-core ${PN}-modules",
     "test" ) # package
 
     m.addPackage( "${PN}-threading", "Python threading & synchronization support", "${PN}-core ${PN}-lang",

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


More information about the Openembedded-commits mailing list