aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2016-07-04 16:06:14 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:31 +0200
commit45baacbbcf50f7d78e0a2adff6e0b174204f65f3 (patch)
tree3593dc9bfe24ab8629d07385df8878ae737fc985 /meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb
parent8027e531638bf4744bd9e908edcd9c57decf96a4 (diff)
downloadmeta-openembedded-contrib-45baacbbcf50f7d78e0a2adff6e0b174204f65f3.tar.gz
python-mccabe: Add python-pytest-runner dependency
* Add python-pytest-runner dependency for python-mccabe Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Acked-by: Tim Orling (Intel OpenSource Technology Center) < Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb3
1 files changed, 3 insertions, 0 deletions
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 0958f75c6c..ba966ebc1d 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 \