diff options
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb index fdd0bd0..edd8dae 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb | |||
@@ -63,8 +63,7 @@ FILES_${SRCNAME} = "${bindir}/* \ | |||
63 | ${datadir}/* \ | 63 | ${datadir}/* \ |
64 | " | 64 | " |
65 | 65 | ||
66 | RDEPENDS_${PN} += "nodejs \ | 66 | RDEPENDS_${PN} += " python-django \ |
67 | python-django \ | ||
68 | python-django-appconf \ | 67 | python-django-appconf \ |
69 | python-django-compressor \ | 68 | python-django-compressor \ |
70 | python-django-openstack-auth \ | 69 | python-django-openstack-auth \ |
@@ -80,6 +79,11 @@ RDEPENDS_${PN} += "nodejs \ | |||
80 | python-lockfile \ | 79 | python-lockfile \ |
81 | " | 80 | " |
82 | 81 | ||
82 | RDEPENDS_${PN}_arm += " nodejs" | ||
83 | RDEPENDS_${PN}_i686 += " nodejs" | ||
84 | RDEPENDS_${PN}_x86-64 += " nodejs" | ||
85 | RDEPENDS_${PN}_ia32 += " nodejs" | ||
86 | |||
83 | RDEPENDS_${SRCNAME} = "${PN}" | 87 | RDEPENDS_${SRCNAME} = "${PN}" |
84 | 88 | ||
85 | INITSCRIPT_PACKAGES = "${SRCNAME}" | 89 | INITSCRIPT_PACKAGES = "${SRCNAME}" |