summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb
index 82a91ba..ef86418 100644
--- a/meta-openstack/recipes-devtools/python/python-rally_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb
@@ -100,6 +100,11 @@ DEPENDS += " \
100 python-pbr \ 100 python-pbr \
101 " 101 "
102 102
103# Satisfy setup.py 'setup_requires'
104DEPENDS += " \
105 python-pbr-native \
106 "
107
103RDEPENDS_${PN} += " python-babel \ 108RDEPENDS_${PN} += " python-babel \
104 python-decorator \ 109 python-decorator \
105 python-fixtures \ 110 python-fixtures \