summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-mock_2.0.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb b/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
index 863048b8aa..b4557b7280 100644
--- a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
@@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5
7 7
8inherit pypi setuptools 8inherit pypi setuptools
9 9
10DEPENDS += " \
11 python-pbr-native"
12
10RDEPENDS_${PN} += " \ 13RDEPENDS_${PN} += " \
11 python-prettytable \ 14 python-prettytable \
12 python-cmd2 \ 15 python-cmd2 \