diff options
author | Derek Straka <derek@asterius.io> | 2018-07-27 08:33:56 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-27 19:26:51 -0700 |
commit | fdece146235f88c41f3737b480a3e95346e939e1 (patch) | |
tree | 3f3e157b36ab89c230ea2f3910e71f74e5fe454c /meta-python/recipes-devtools/python | |
parent | f83eca9c433dcad401dbf784d944ce115f4c0aec (diff) | |
download | meta-openembedded-fdece146235f88c41f3737b480a3e95346e939e1.tar.gz |
python-stevedore: add pbr-native to the build dependencies
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-stevedore.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-stevedore.inc b/meta-python/recipes-devtools/python/python-stevedore.inc index 16e4155e1..14ebc0ef0 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" | |||
7 | SRC_URI[sha256sum] = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8" | 7 | SRC_URI[sha256sum] = "1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | DEPENDS += "${PYTHON_PN}-pbr" | 10 | |
11 | DEPENDS += "${PYTHON_PN}-pbr-native" | ||
12 | |||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" | 13 | RDEPENDS_${PN} += "${PYTHON_PN}-pbr ${PYTHON_PN}-six" |
12 | 14 | ||
13 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |