From 612ecf053fdfc3ba62467b6bbea8be317f8e487d Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 23 Jul 2013 11:59:44 +0300 Subject: python-horizon: Add runtime dependency on nodejs Signed-off-by: Mihai Prica --- meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') 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}/* \ ${datadir}/* \ " -RDEPENDS_${PN} += "python-django \ +RDEPENDS_${PN} += "nodejs \ + python-django \ python-django-appconf \ python-django-compressor \ python-django-openstack-auth \ -- cgit v1.2.3-54-g00ecf