summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 7fa798c..4c12551 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -105,6 +105,12 @@ FILES_${SRCNAME}-engine = "${bindir}/heat-engine \
105 ${bindir}/* \ 105 ${bindir}/* \
106 ${sysconfdir}/init.d/heat-engine \ 106 ${sysconfdir}/init.d/heat-engine \
107" 107"
108
109DEPENDS += " \
110 python-pip \
111 python-pbr \
112 "
113
108RDEPENDS_${PN} += " \ 114RDEPENDS_${PN} += " \
109 python-heatclient \ 115 python-heatclient \
110 python-sqlalchemy \ 116 python-sqlalchemy \
@@ -148,6 +154,7 @@ RDEPENDS_${PN} += " \
148 python-pyyaml \ 154 python-pyyaml \
149 python-pip \ 155 python-pip \
150 python-pytz \ 156 python-pytz \
157 python-pbr \
151 " 158 "
152 159
153RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt" 160RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt"