Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The django-pyscss and pyscss libraries currently being used in Horizon are not currently maintained and have an increasing number of problems that we have to work around. We want to instead switch to using the libsass library, which is using a C library of the same name under the hood, which in turn contains the official implementation of the sass and scss parsers. python3-libsass * Is the library actively maintained? The library is a python wrapper for the official C libsass library, and it's updated with every libsass release. https://github.com/sass/libsass-python/commits/main/ * Is the library good code? As far as I can tell, it's a correctly written python wrapper for C library. It includes tests. * Is the library license compatible? Yes, it's MIT license. * Is the library already packaged in the distros we target (Ubuntu latest / Fedora latest)? Yes. https://packages.fedoraproject.org/pkgs/python-libsass/python3-libsass/ https://packages.ubuntu.com/oracular/python3-libsass * Is the function of this library already covered by other libraries in global-requirements.txt? Yes, we are replacing python3-pyscss because it's unmaintained and has problems with recent versions of Python. * Is the library required for OpenStack project or related dev or infrastructure setup? (Answer to this should be Yes, of course) Which? It's needed for openstack-dashboard, aka Horizon. * If the library release is managed by the Openstack release process does it use the cycle-with-intermediary release type? It's not managed by the OpenStack. We no longer need django-libsass, we replaced it with our own code. Change-Id: I6d5c895e36766c9b1e1bb41f4c98468ba1b51a64
- Loading branch information