[oe-commits] [meta-openembedded] 52/71: python-stevedore: add pbr-native to the build dependencies

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 15:54:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit fdece146235f88c41f3737b480a3e95346e939e1
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Jul 27 08:33:56 2018 -0400

    python-stevedore: add pbr-native to the build dependencies
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-stevedore.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-stevedore.inc b/meta-python/recipes-devtools/python/python-stevedore.inc
index 16e4155..14ebc0e 100644
--- a/meta-python/recipes-devtools/python/python-stevedore.inc
+++ b/meta-python/recipes-devtools/python/python-stevedore.inc
@@ -7,7 +7,9 @@ SRC_URI[md5sum] = "525186cba577852e0408c92c3f8fac65"
 SRC_URI[sha256sum] = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8"
 
 inherit pypi
-DEPENDS += "${PYTHON_PN}-pbr"
+
+DEPENDS += "${PYTHON_PN}-pbr-native"
+
 RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six"
 
 BBCLASSEXTEND = "native"

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


More information about the Openembedded-commits mailing list