[oe-commits] [meta-openembedded] 11/89: python-mock: Add python-pbr-native dependency

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 11:08:38 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit b5e647fe7eb090c00253834d45e5b548e6cc9d7a
Author: Mingli Yu <mingli.yu at windriver.com>
AuthorDate: Mon Jul 4 16:06:13 2016 +0800

    python-mock: Add python-pbr-native dependency
    
    * Add python-pbr-native dependency for python-mock
    
    Signed-off-by: Mingli Yu <mingli.yu at windriver.com>
    Acked-by: Tim Orling (Intel OpenSource Technology Center) <
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 3 +++
 1 file changed, 3 insertions(+)

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 863048b..b4557b7 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
 
 inherit pypi setuptools
 
+DEPENDS += " \
+    python-pbr-native"
+
 RDEPENDS_${PN} += " \
     python-prettytable \
     python-cmd2 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list