summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* django-pyscss: uprev to version 2.0.2Mark Asselstine2015-10-301-29/+0
| | | | | | | | | | | | | | | 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>
* python-django-pyscss: add missing rdepends on python-pathlibJackie Huang2015-05-131-0/+1
| | | | | | | | | | Add missing rdepends on python-pathlib or it fails with: File "/usr/lib64/python2.7/site-packages/django_pyscss/compiler.py", line 4, in <module> from pathlib import PurePath ImportError: No module named pathlib Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-django-pyscss: upgrade to 2.0.1Jackie Huang2015-04-291-0/+28
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>