From 96654561e5d5e06d390995e867d86c86711bda73 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Thu, 29 Oct 2015 22:54:54 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python-django-pyscss_2.0.1.bb | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb') 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.1.bb deleted file mode 100644 index 43dbc9f..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Makes it easier to use PySCSS in Django." -HOMEPAGE = "https://github.com/fusionbox/django-pyscss" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=07339dad721a3ae7e420b8b751a15c70" - - -SRCNAME = "django-pyscss" -SRC_URI = "http://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "4df1b89942f41b8e8bde8704efcfe6c2" -SRC_URI[sha256sum] = "03fa4d7e483d87eaa4df0e91b337d078a39fcca897952e8d65ebdca7f759a822" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-django \ - python-pyscss \ - python-pathlib \ - " -- cgit v1.2.3-54-g00ecf