summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-09-04 12:38:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-04 12:38:16 -0400
commit0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd (patch)
tree61f22d251e9e54594b4c242309d263fa98a93fc2 /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parent3830acbfe6a277aea2a6305cd78cdbe6f58eee15 (diff)
downloadmeta-cloud-services-0ce2ee6f409ad264f9e8fc492e7c63cc4ab4e1bd.tar.gz
horizon: add juno dependencies
Update the horizon recipe to have all the juno dependencies. We also introduce the recipes to build those dependencies. 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.bb13
1 files changed, 13 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 c7d8817..b65ce18 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -28,6 +28,19 @@ RDEPENDS_${PN} += "python-django \
28 python-lockfile \ 28 python-lockfile \
29 python-pbr \ 29 python-pbr \
30 python-troveclient \ 30 python-troveclient \
31 python-xstatic-angular \
32 python-xstatic-angular-cookies \
33 python-xstatic-angular-mock \
34 python-xstatic-d3 \
35 python-xstatic-hogan \
36 python-xstatic-jasmine \
37 python-xstatic-jquery-migrate \
38 python-xstatic-jquery-quicksearch \
39 python-xstatic-jquery-tablesorter \
40 python-xstatic-jsencrypt \
41 python-xstatic-qunit \
42 python-xstatic-rickshaw \
43 python-xstatic-spin \
31 " 44 "
32 45
33PR = "r2" 46PR = "r2"