diff options
author | Derek Straka <derek@asterius.io> | 2017-02-08 14:19:31 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:33 +0100 |
commit | 85fac0ea77a088952c953b83fe6218895f7ddc88 (patch) | |
tree | 4ac03d4e73048fd9c3df205f57eaf61a47036a6d /meta-python | |
parent | 338980d3718b318ee266c2522b6daa30bbe874eb (diff) | |
download | meta-openembedded-85fac0ea77a088952c953b83fe6218895f7ddc88.tar.gz |
python-pbr: change the dependency to be a RDEPENDS and fix build issues
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb index fd3519764..7fddf7aa4 100644 --- a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | |||
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "186428c270309e6fdfe2d5ab0949ab21ae5f7dea831eab96701b86bd66 | |||
9 | 9 | ||
10 | inherit pypi setuptools | 10 | inherit pypi setuptools |
11 | 11 | ||
12 | DEPENDS_class-target += " \ | 12 | RDEPENDS_${PN}_class-target += " \ |
13 | python-pip \ | 13 | python-pip \ |
14 | " | 14 | " |
15 | 15 | ||