Skip django-pyscss 2.0.0

django-pyscss 2.0.0 attempts to import Py3K stdlib module pathlib
even on Python 2.x where it does not exist.

File "/usr/local/lib/python2.7/dist-packages/django_pyscss/compiler.py",
        line 4, in <module>
    from pathlib import PurePath
ImportError: No module named pathlib

https://github.com/fusionbox/django-pyscss/issues/33

Change-Id: I5df5baca3c5b79bfb173c4197421a7312da6ccd8
(cherry picked from commit 8c0ff9178c)
This commit is contained in:
Jeremy Stanley 2015-04-23 00:03:12 +00:00
parent 7a65d0c783
commit bfe3152d92

View File

@ -46,7 +46,7 @@ jsonschema>=2.0.0,<3.0.0
kazoo>=1.3.1
keystonemiddleware>=1.5.0,<1.6.0
pyScss>=1.2.1,<1.3 # MIT License
django-pyscss>=1.0.3 # BSD License (2 clause)
django-pyscss>=1.0.3,!=2.0.0 # BSD License (2 clause)
kombu>=2.5.0
libvirt-python>=1.2.5 # LGPLv2+
lockfile>=0.8