diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-mock_2.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 5 |
1 files changed, 4 insertions, 1 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 b4557b7280..840c36efed 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 | |||
@@ -16,4 +16,7 @@ RDEPENDS_${PN} += " \ | |||
16 | python-pyparsing \ | 16 | python-pyparsing \ |
17 | python-mccabe \ | 17 | python-mccabe \ |
18 | python-pep8 \ | 18 | python-pep8 \ |
19 | python-pyflakes" | 19 | python-pyflakes \ |
20 | python-pbr \ | ||
21 | python-funcsigs \ | ||
22 | " | ||