Commit fe4c3619 authored by Babak Sarashki's avatar Babak Sarashki Committed by Bruce Ashfield
Browse files

python-barbican: satisfy setup.py setup_requires


Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.
Signed-off-by: default avatarBabak Sarashki <Babak.SarAshki@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 19def810
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -96,6 +96,11 @@ DEPENDS += " \
python-pbr \
"
# Satisfy setup.py 'setup_requires'
DEPENDS += " \
python-pbr-native \
"
RDEPENDS_${SRCNAME} = "${PN} \
${SRCNAME}-setup \
uwsgi \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment