Skip to content

Commit 28c9db1

Browse files
authored
[IMP] odoo_install: remove the dependency change
1 parent 5924872 commit 28c9db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
7575
# Install Dependencies
7676
#--------------------------------------------------
7777
echo -e "\n--- Installing Python 3 + pip3 --"
78-
sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng12-0 gdebi-core -y
78+
sudo apt-get install git python3 python3-pip build-essential wget python3-dev python3-venv python3-wheel libxslt-dev libzip-dev libldap2-dev libsasl2-dev python3-setuptools node-less libpng12-0 gdebi -y
7979

8080
echo -e "\n---- Install python packages/requirements ----"
8181
sudo -H pip3 install -r https://github.com/odoo/odoo/raw/${OE_VERSION}/requirements.txt

0 commit comments

Comments
 (0)