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

[FIX] packaging: remove libsass dependency in debian package

A dependency to libsass was added in debian package and in the docker
file. The Odoo nightly builds of the deb package was failing because
this lib is named libsass0 in Debian.

Finally, this dependency is not required because python3-libsass already depends on libsass0.
parent 04e7a2c7
Branches
Tags
No related merge requests found
......@@ -14,7 +14,6 @@ Depends:
${misc:Depends},
${python3:Depends},
adduser,
libsass,
lsb-base,
postgresql-client,
python3-babel,
......
......@@ -17,7 +17,6 @@ RUN apt-get update -qq && \
apt-get upgrade -qq -y && \
apt-get install \
adduser \
libsass \
postgresql \
postgresql-client \
python3 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment