Use pyScss2 and django-pyscss2

pyScss and django-pyscss packages are not maintained for a long time. We
can't use the pyScss with teh setuptools>=46.0.0, so I forked these
project and switch horizon to use them.

Change-Id: I38a1c2c3455a10b4852d25f6c39b3c21f5c450fc
Depends-On: https://review.opendev.org/712976
This commit is contained in:
Ivan Kolodyazhny 2020-03-13 17:35:51 +02:00 committed by Oleksii Petrenko
parent d8ff9cf0ea
commit 11d4954cc3
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
libpcre3-dev [platform:dpkg]
pcre-devel [platform:redhat]
# selenium tests
firefox [selenium]
xvfb [selenium platform:dpkg]

View File

@ -20,7 +20,7 @@ Django==2.2
django-appconf==1.0.2
django-compressor==2.0
django-debreach==1.4.2
django-pyscss==2.0.2
django-pyscss2==3.0.0
docutils==0.11
dogpile.cache==0.6.2
dulwich==0.15.0
@ -89,7 +89,7 @@ pymongo==3.0.2
pyOpenSSL==17.1.0
pyparsing==2.1.0
pyperclip==1.5.27
pyScss==1.3.4
pyScss2==1.4.0
python-cinderclient==5.0.0
python-dateutil==2.5.3
python-glanceclient==2.8.0

View File

@ -15,7 +15,7 @@ debtcollector>=1.2.0 # Apache-2.0
Django>=2.2,<3.0 # BSD
django-compressor>=2.0 # MIT
django-debreach>=1.4.2 # BSD License (2 clause)
django-pyscss>=2.0.2 # BSD License (2 clause)
django-pyscss2>=3.0.0 # BSD License (2 clause)
futurist>=1.2.0 # Apache-2.0
iso8601>=0.1.11 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
@ -29,7 +29,7 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
osprofiler>=2.3.0 # Apache-2.0
pymongo!=3.1,>=3.0.2 # Apache-2.0
pyScss!=1.3.5,>=1.3.4 # MIT License
pyScss2>=1.4.0 # MIT License
python-cinderclient>=5.0.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-keystoneclient>=3.22.0 # Apache-2.0