From 73f9888e41cbc49fdba7d121d9cd6b5d71723de2 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Tue, 7 Jan 2025 14:57:48 +0700 Subject: [PATCH] update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b6de585b..894aa0aae 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ CONFIG=odoo.conf install: export DEBIAN_FRONTEND=noninteractive && \ sudo apt -y update && \ - sudo apt install -y python3.12-full python3-pip libldap2-dev libpq-dev libsasl2-dev && \ + sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev && \ pip install -r requirements.txt gen_test_config: ${PWD}/setup/init_conf.sh