Skip to content
Snippets Groups Projects
Unverified Commit 0e117c87 authored by Christophe Monniez's avatar Christophe Monniez
Browse files

[REM] packaging: add sassc to the rpm package

Since 565277ac sassc is used as a
fallback when the python libsass is not available.

With this commit, the saasc package dependency is added to the rpm to
avoid installing libsass with pip.
parent d4cd8be4
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ post-install = setup/redhat/postinstall.sh ...@@ -5,7 +5,7 @@ post-install = setup/redhat/postinstall.sh
requires = requires =
babel babel
libsass sassc
libxslt-python libxslt-python
pychart pychart
pyparsing pyparsing
......
...@@ -59,4 +59,3 @@ KillMode=mixed ...@@ -59,4 +59,3 @@ KillMode=mixed
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
EOF EOF
pip3 install libsass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment