[FIX] Reverts manual fix for bug 62569
This commit is contained in:
parent
bda1d5f1da
commit
24049338ef
@ -35,15 +35,6 @@
|
||||
dest: /opt/odoo
|
||||
depth: 1
|
||||
|
||||
# Manual temporary fix for
|
||||
# https://github.com/odoo/odoo/issues/62569
|
||||
|
||||
- name: Fix updated requirement before installing
|
||||
lineinfile:
|
||||
regexp: "^gevent==.* ; python_version >= '3.7'$"
|
||||
line: "gevent==20.12.0 ; python_version >= '3.7'"
|
||||
path: /opt/odoo/core/requirements.txt
|
||||
|
||||
- name: Install python requirements for Odoo
|
||||
pip:
|
||||
virtualenv: /home/odoo/.venv/odoo
|
||||
|
||||
Loading…
Reference in New Issue
Block a user