From 45baacbbcf50f7d78e0a2adff6e0b174204f65f3 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 4 Jul 2016 16:06:14 +0800 Subject: python-mccabe: Add python-pytest-runner dependency * Add python-pytest-runner dependency for python-mccabe Signed-off-by: Mingli Yu Acked-by: Tim Orling (Intel OpenSource Technology Center) < Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb') 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 \ -- cgit v1.2.3-54-g00ecf