[FIX] Reverts manual fix for bug 62569 #2
@ -35,15 +35,6 @@
|
|||||||
dest: /opt/odoo
|
dest: /opt/odoo
|
||||||
depth: 1
|
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
|
- name: Install python requirements for Odoo
|
||||||
pip:
|
pip:
|
||||||
virtualenv: /home/odoo/.venv/odoo
|
virtualenv: /home/odoo/.venv/odoo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user