diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2016-07-04 16:06:13 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:31 +0200 |
| commit | 8027e531638bf4744bd9e908edcd9c57decf96a4 (patch) | |
| tree | 36972085f20a0e7f8803350ec965f038dc774753 /meta-python/recipes-devtools/python/python-mock_2.0.0.bb | |
| parent | 093d271271962e7af27473c84dd928ce5c880a00 (diff) | |
| download | meta-openembedded-8027e531638bf4744bd9e908edcd9c57decf96a4.tar.gz | |
python-mock: Add python-pbr-native dependency
* Add python-pbr-native dependency for python-mock
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Acked-by: Tim Orling (Intel OpenSource Technology Center) <
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | 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 \ |
