[oe-commits] [openembedded-core] 08/08: python3: fix depends of python3-tests

git at git.openembedded.org git at git.openembedded.org
Tue Jul 31 10:16:46 UTC 2018


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 7ffe8cf7a661f0471a4e41a701abb3f3e0284178
Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
AuthorDate: Mon Nov 14 16:16:19 2016 +0200

    python3: fix depends of python3-tests
    
    Make the tests subpackage depend on all modules as test.regrtest uses most (if
    not all) of them.
    
    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/python3/python3-manifest.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 2491f36..3dda9f6 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -1046,7 +1046,8 @@
             "${libdir}/python3.5/test"
         ],
         "rdepends": [
-            "core"
+            "core",
+            "modules"
         ],
         "summary": "Python tests"
     },

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


More information about the Openembedded-commits mailing list