diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-13 11:59:35 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-13 11:59:35 -0400 |
| commit | 0925f62839abd10d6353321b5feda9ffa17f78d9 (patch) | |
| tree | 58f1a111282bb67c28b2ecff24a0d0e9f57f3f5f /meta-openstack/recipes-devtools/python/python-horizon_git.bb | |
| parent | 54179a2d187fd082456444c1f600fd6e9a07b7e8 (diff) | |
| download | meta-cloud-services-0925f62839abd10d6353321b5feda9ffa17f78d9.tar.gz | |
horizon: fix kilo login / page rendering
With this commit, we add a missing dependency (pint) and update the
angular support libary to the proper version for kilo support.
We can now render and log into the dashboard.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 154c447..d0a9bab 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -32,6 +32,7 @@ RDEPENDS_${PN} += " python-django \ | |||
| 32 | python-swiftclient \ | 32 | python-swiftclient \ |
| 33 | python-lockfile \ | 33 | python-lockfile \ |
| 34 | python-pyyaml \ | 34 | python-pyyaml \ |
| 35 | python-pint \ | ||
| 35 | python-xstatic \ | 36 | python-xstatic \ |
| 36 | python-xstatic-jquery \ | 37 | python-xstatic-jquery \ |
| 37 | python-xstatic-angular \ | 38 | python-xstatic-angular \ |
