Update to 2023-07-20 14:00

This commit is contained in:
Daniel Berteaud
2023-07-20 14:00:26 +02:00
parent 46009264eb
commit 5fa912498c
13 changed files with 131 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
---
odoo_packages:
- python39-pip
- python39-devel
- python3.11-pip
- python3.11-devel
- gcc
- gcc-c++
- libxml2-devel
@@ -13,5 +13,7 @@ odoo_packages:
- tar
- zstd
- postgresql15 # for pg_dump
- git
- acl
odoo_venv_command: /bin/python3.9 -m venv
odoo_venv_command: /bin/python3.11 -m venv