From bc5739a6046fd2664fecbe03ded7040b747bee6a Mon Sep 17 00:00:00 2001 From: Florent THOMAS Date: Wed, 4 Nov 2020 16:53:19 +0100 Subject: [PATCH] Fix import with ansible seems that the previous syntaxe was causing some issues when called from ansible and pip module. This one is equivalent and seems to work --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94434ebef..6c9a8a2dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ --e git+https://github.com/OCA/openupgradelib.git@master#egg=openupgradelib +git+https://github.com/OCA/openupgradelib.git