aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-07-27 08:33:56 -0400
committerKhem Raj <raj.khem@gmail.com>2018-07-27 19:26:51 -0700
commit6154c55751ad144e40fd75331baba00fdf1ce86b (patch)
treede53bd617d8181ae4cf745b19b2de50a8fd6ef56 /recipes-devtools
parentb1e20974fd639f35961a62e000f8baceb5cea1bc (diff)
downloadmeta-python2-6154c55751ad144e40fd75331baba00fdf1ce86b.tar.gz
python-stevedore: add pbr-native to the build dependencies
(From meta-openembedded commit: fdece146235f88c41f3737b480a3e95346e939e1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-stevedore.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-stevedore.inc b/recipes-devtools/python/python-stevedore.inc
index 16e4155..14ebc0e 100644
--- a/recipes-devtools/python/python-stevedore.inc
+++ b/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"