
pysassc utility is called in the Makefile. On some system (e.g.: the latest
Dockerfile of the runbot) this utility cannot be found in the system's
paths.
As the pysassc utility is a wrapper for the python module, we can simply
call the python module by it's entrypoint.
Also, this commit fixes the requirements as the pysass package was
installed to incidentally install libsass.
closes odoo/documentation#1277
X-original-commit: cbd85f1f47
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
libsass==0.18.0
|
|
pygments~=2.6.1
|
|
pygments-csv-lexer~=0.1
|
|
sphinx~=3.0
|
|
werkzeug==0.14.1
|