diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-mccabe_0.4.0.bb | 3 |
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 | ||
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |
10 | 10 | ||
11 | DEPENDS += " \ | ||
12 | python-pytest-runner" | ||
13 | |||
11 | RDEPENDS_${PN} += " \ | 14 | RDEPENDS_${PN} += " \ |
12 | python-prettytable \ | 15 | python-prettytable \ |
13 | python-cmd2 \ | 16 | python-cmd2 \ |