summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
8 8
9inherit pypi setuptools 9inherit pypi setuptools
10 10
11DEPENDS += " \
12 python-pytest-runner"
13
11RDEPENDS_${PN} += " \ 14RDEPENDS_${PN} += " \
12 python-prettytable \ 15 python-prettytable \
13 python-cmd2 \ 16 python-cmd2 \