[FIX] Reverts manual fix for bug 62569

This commit is contained in:
Jorge Enrique Gómez Gómez 2021-01-31 01:05:13 -05:00
parent bda1d5f1da
commit 24049338ef

View File

@ -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