[oe-commits] [meta-openembedded] 14/44: python-mccabe: Add python-pytest-runner dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jul 11 13:39:07 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 61db1c1679c0dd052ae5085441db793a057125b3
Author: Mingli Yu <mingli.yu at windriver.com>
AuthorDate: Mon Jul 4 16:06:14 2016 +0800

    python-mccabe: Add python-pytest-runner dependency
    
    * Add python-pytest-runner dependency for python-mccabe
    
    Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
    Acked-by: Tim Orling (Intel OpenSource Technology Center) <
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
index 0958f75..ba966eb 100644
--- a/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
+++ b/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
@@ -8,6 +8,9 @@ SRC_URI[sha256sum] = "9a2b12ebd876e77c72e41ebf401cc2e7c5b566649d50105ca498226886
 
 inherit pypi setuptools
 
+DEPENDS += " \
+    python-pytest-runner"
+
 RDEPENDS_${PN} += " \
     python-prettytable \
     python-cmd2 \

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


More information about the Openembedded-commits mailing list