summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
index c7e4dda..43a7ecf 100644
--- a/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb
@@ -13,6 +13,11 @@ DEPENDS += " \
13 python-pip \ 13 python-pip \
14 " 14 "
15 15
16# Satisfy setup.py 'setup_requires'
17DEPENDS += " \
18 python-pbr-native \
19 "
20
16RDEPENDS_${PN} += " \ 21RDEPENDS_${PN} += " \
17 python-pbr \ 22 python-pbr \
18 python-six \ 23 python-six \