summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMihai Prica <prica.mihai@gmail.com>2013-07-23 11:59:44 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-08-28 18:41:59 -0400
commit612ecf053fdfc3ba62467b6bbea8be317f8e487d (patch)
tree59581e015acceaa1c0be5311d4f8e207dd9cda18 /meta-openstack
parent05602f07f581958988e39687e7f5b081279e5f45 (diff)
downloadmeta-cloud-services-612ecf053fdfc3ba62467b6bbea8be317f8e487d.tar.gz
python-horizon: Add runtime dependency on nodejs
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
index 3548e22..cdb5ae7 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb
@@ -63,7 +63,8 @@ FILES_${SRCNAME} = "${bindir}/* \
63 ${datadir}/* \ 63 ${datadir}/* \
64 " 64 "
65 65
66RDEPENDS_${PN} += "python-django \ 66RDEPENDS_${PN} += "nodejs \
67 python-django \
67 python-django-appconf \ 68 python-django-appconf \
68 python-django-compressor \ 69 python-django-compressor \
69 python-django-openstack-auth \ 70 python-django-openstack-auth \