diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 3 |
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 | ||
8 | inherit pypi setuptools | 8 | inherit pypi setuptools |
9 | 9 | ||
10 | DEPENDS += " \ | ||
11 | python-pbr-native" | ||
12 | |||
10 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${PN} += " \ |
11 | python-prettytable \ | 14 | python-prettytable \ |
12 | python-cmd2 \ | 15 | python-cmd2 \ |