Skip to content
Snippets Groups Projects
Commit bf3193ac authored by qsm-odoo's avatar qsm-odoo
Browse files

[REF] setup: review dependencies

Include libsass instead of node-less

Thank you to @d-fence for testing this.
parent 549f60b3
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,8 @@ Depends: ...@@ -14,8 +14,8 @@ Depends:
${misc:Depends}, ${misc:Depends},
${python3:Depends}, ${python3:Depends},
adduser, adduser,
libsass,
lsb-base, lsb-base,
node-less,
postgresql-client, postgresql-client,
python3-babel, python3-babel,
python3-dateutil, python3-dateutil,
...@@ -25,6 +25,7 @@ Depends: ...@@ -25,6 +25,7 @@ Depends:
python3-html2text, python3-html2text,
python3-pil, python3-pil,
python3-jinja2, python3-jinja2,
python3-libsass,
python3-lxml, python3-lxml,
python3-mako, python3-mako,
python3-mock, python3-mock,
......
...@@ -7,6 +7,7 @@ gevent==1.1.2 ; sys_platform != 'win32' ...@@ -7,6 +7,7 @@ gevent==1.1.2 ; sys_platform != 'win32'
greenlet==0.4.10 greenlet==0.4.10
html2text==2016.9.19 html2text==2016.9.19
Jinja2==2.8 Jinja2==2.8
libsass==0.12.3
lxml==3.7.1 ; sys_platform != 'win32' lxml==3.7.1 ; sys_platform != 'win32'
lxml ; sys_platform == 'win32' lxml ; sys_platform == 'win32'
Mako==1.0.4 Mako==1.0.4
......
...@@ -5,8 +5,8 @@ post-install = setup/redhat/postinstall.sh ...@@ -5,8 +5,8 @@ post-install = setup/redhat/postinstall.sh
requires = requires =
babel babel
libsass
libxslt-python libxslt-python
nodejs-less
pychart pychart
pyparsing pyparsing
python(abi) = 3.6 python(abi) = 3.6
...@@ -48,4 +48,3 @@ requires = ...@@ -48,4 +48,3 @@ requires =
python3-werkzeug python3-werkzeug
python3-xlwt python3-xlwt
python3-xlrd python3-xlrd
...@@ -17,7 +17,7 @@ RUN apt-get update -qq && \ ...@@ -17,7 +17,7 @@ RUN apt-get update -qq && \
apt-get upgrade -qq -y && \ apt-get upgrade -qq -y && \
apt-get install \ apt-get install \
adduser \ adduser \
node-less \ libsass \
postgresql \ postgresql \
postgresql-client \ postgresql-client \
python3 \ python3 \
...@@ -30,6 +30,7 @@ RUN apt-get update -qq && \ ...@@ -30,6 +30,7 @@ RUN apt-get update -qq && \
python3-html2text \ python3-html2text \
python3-pil \ python3-pil \
python3-jinja2 \ python3-jinja2 \
python3-libsass \
python3-lxml \ python3-lxml \
python3-mako \ python3-mako \
python3-mock \ python3-mock \
......
...@@ -7,7 +7,6 @@ MAINTAINER Odoo S.A. <info@odoo.com> ...@@ -7,7 +7,6 @@ MAINTAINER Odoo S.A. <info@odoo.com>
RUN dnf update -d 0 -e 0 -y && \ RUN dnf update -d 0 -e 0 -y && \
dnf install -d 0 -e 0 \ dnf install -d 0 -e 0 \
babel \ babel \
nodejs-less \
pychart \ pychart \
pyparsing \ pyparsing \
python3-babel \ python3-babel \
...@@ -46,6 +45,7 @@ RUN dnf update -d 0 -e 0 -y && \ ...@@ -46,6 +45,7 @@ RUN dnf update -d 0 -e 0 -y && \
python3-werkzeug \ python3-werkzeug \
python3-xlwt \ python3-xlwt \
python3-xlrd \ python3-xlrd \
libsass \
pytz \ pytz \
postgresql \ postgresql \
postgresql-server \ postgresql-server \
......
...@@ -20,7 +20,7 @@ RUN apt-get update -qq && \ ...@@ -20,7 +20,7 @@ RUN apt-get update -qq && \
postgresql-server-dev-all \ postgresql-server-dev-all \
postgresql-client \ postgresql-client \
adduser \ adduser \
node-less \ libsass \
libxml2-dev \ libxml2-dev \
libxslt1-dev \ libxslt1-dev \
libldap2-dev \ libldap2-dev \
......
...@@ -59,3 +59,4 @@ KillMode=mixed ...@@ -59,3 +59,4 @@ 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