summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-10-29 22:54:54 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-30 08:36:25 -0400
commit96654561e5d5e06d390995e867d86c86711bda73 (patch)
treed86efb3ebbb52b23036fe1832c925dd2507d093b
parentffd0252a6f3cb2bf6bb194335f55698f001f0b92 (diff)
downloadmeta-cloud-services-96654561e5d5e06d390995e867d86c86711bda73.tar.gz
django-pyscss: uprev to version 2.0.2
This uprev is needed to work around an error when attempting to log in to the horizon dashboard: Couldn't find anything to import: bootstrap/variables The upstream fix bd8b2ae8bf21b9c4f671d9364cdc41fbced9b214 [Retain the imported file path] forms the basis of the 2.0.2 release and fixes this error, per bug: https://github.com/fusionbox/django-pyscss/issues/34. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb (renamed from meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb
index 43dbc9f..7c5606a 100644
--- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.2.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=07339dad721a3ae7e420b8b751a15c70"
8SRCNAME = "django-pyscss" 8SRCNAME = "django-pyscss"
9SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "4df1b89942f41b8e8bde8704efcfe6c2" 11SRC_URI[md5sum] = "f8dbcc4d314c8e220aa311ec6561b06d"
12SRC_URI[sha256sum] = "03fa4d7e483d87eaa4df0e91b337d078a39fcca897952e8d65ebdca7f759a822" 12SRC_URI[sha256sum] = "0f4844f8fd3f69f4d428a616fdcf2b650a24862dd81443ae3fba14980c7b0615"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15