summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-10-29 22:54:56 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-30 08:36:25 -0400
commit9b2760a552ede25617e2a67b4f2e9c4cd3972cfa (patch)
tree73df38a67c2a683b4ee05a21cfb9a3c2b55ff418 /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parent96654561e5d5e06d390995e867d86c86711bda73 (diff)
downloadmeta-cloud-services-9b2760a552ede25617e2a67b4f2e9c4cd3972cfa.tar.gz
horizon: add an upstream patch needed for pyscss 1.3.4
Without this patch we will get an error: Don't know how to merge conflicting combinators: <SimpleSelector: u'+ .btn:not(:first-child)'> and <SimpleSelector: u'> .btn'> when attempting to connect to the horizon dashboard. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> 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.bb1
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 f5c6c03..cf62d44 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -70,6 +70,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
70 file://openstack-dashboard-apache.conf \ 70 file://openstack-dashboard-apache.conf \
71 file://local_settings.py \ 71 file://local_settings.py \
72 file://horizon-use-full-package-path-to-test-directories.patch \ 72 file://horizon-use-full-package-path-to-test-directories.patch \
73 file://Compatibility-fix-for-pyscss-1.3.4.patch \
73 " 74 "
74 75
75SRCREV = "b99cf48ff346494198fb9740495eacc14fa406bf" 76SRCREV = "b99cf48ff346494198fb9740495eacc14fa406bf"