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