[oe] [meta-python][PATCH] python-stevedore: add pbr-native to the build dependencies

Derek Straka derek at asterius.io
Fri Jul 27 12:33:56 UTC 2018


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-python/recipes-devtools/python/python-stevedore.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-stevedore.inc b/meta-python/recipes-devtools/python/python-stevedore.inc
index b23fb4c..a50c0e8 100644
--- a/meta-python/recipes-devtools/python/python-stevedore.inc
+++ b/meta-python/recipes-devtools/python/python-stevedore.inc
@@ -8,6 +8,8 @@ SRC_URI[sha256sum] = "f1c7518e7b160336040fee272174f1f7b29a46febb3632502a8f2055f9
 
 inherit pypi
 
+DEPENDS += "${PYTHON_PN}-pbr-native"
+
 RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six"
 
 BBCLASSEXTEND = "native"
-- 
2.7.4




More information about the Openembedded-devel mailing list