diff options
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-automaton_0.8.0.bb | 5 |
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 3cfd3fd..41ec297 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' | ||
17 | DEPENDS += " \ | ||
18 | python-pbr-native \ | ||
19 | " | ||
20 | |||
16 | RDEPENDS_${PN} += " \ | 21 | RDEPENDS_${PN} += " \ |
17 | python-pbr \ | 22 | python-pbr \ |
18 | python-six \ | 23 | python-six \ |