summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 02a17ea..789192c 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -67,8 +67,7 @@ FILES_${SRCNAME} = "${bindir}/* \
67 ${datadir}/* \ 67 ${datadir}/* \
68 " 68 "
69 69
70RDEPENDS_${PN} += "nodejs \ 70RDEPENDS_${PN} += " python-django \
71 python-django \
72 python-django-appconf \ 71 python-django-appconf \
73 python-django-compressor \ 72 python-django-compressor \
74 python-django-openstack-auth \ 73 python-django-openstack-auth \
@@ -88,6 +87,11 @@ RDEPENDS_${PN} += "nodejs \
88 python-pyyaml \ 87 python-pyyaml \
89 " 88 "
90 89
90RDEPENDS_${PN}_arm += " nodejs"
91RDEPENDS_${PN}_i686 += " nodejs"
92RDEPENDS_${PN}_x86-64 += " nodejs"
93RDEPENDS_${PN}_ia32 += " nodejs"
94
91RDEPENDS_${SRCNAME} = "${PN}" 95RDEPENDS_${SRCNAME} = "${PN}"
92 96
93INITSCRIPT_PACKAGES = "${SRCNAME}" 97INITSCRIPT_PACKAGES = "${SRCNAME}"