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

pythin-castellan: 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 a87da00a
No related merge requests found
Showing with 5 additions and 0 deletions
+5 -0
......@@ -21,6 +21,11 @@ DEPENDS += " \
python-pbr \
"
# Satisfy setup.py 'setup_requires'
DEPENDS += " \
python-pbr-native \
"
RDEPENDS_${PN} += " \
python-pbr \
python-babel \
......
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