Re: git: 521c975c7a4d - main - finance/odoo: unbreak the ports tree

From: Alonso_Cárdenas_Márquez <acardenas_at_bsd-peru.org>
Date: Wed, 27 Mar 2024 07:20:29 UTC
 ---- El mar., 26 mar. 2024 04:12:35 -0700,  Antoine Brodin  escribió ---- 
 > The branch main has been updated by antoine:
 > 
 > URL: https://cgit.FreeBSD.org/ports/commit/?id=521c975c7a4dfe1abcbc3b246d834cc458c5e851
 > 
 > commit 521c975c7a4dfe1abcbc3b246d834cc458c5e851
 > Author:     Antoine Brodin antoine@FreeBSD.org>
 > AuthorDate: 2024-03-26 11:12:14 +0000
 > Commit:     Antoine Brodin antoine@FreeBSD.org>
 > CommitDate: 2024-03-26 11:12:14 +0000
 > 
 >     finance/odoo: unbreak the ports tree
 > ---
 >  finance/odoo/Makefile | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)
 > 
 > diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile
 > index dc47d57ae5ce..ef3c05e1f807 100644
 > --- a/finance/odoo/Makefile
 > +++ b/finance/odoo/Makefile
 > @@ -71,7 +71,7 @@ RUN_DEPENDS=    wkhtmltopdf>0:converters/wkhtmltopdf \
 >          ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
 >          ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
 >  
 > -USES=        cpe ldap python:3.10 pgsql shebangfix
 > +USES=        cpe ldap python pgsql shebangfix
 >  USE_PYTHON=    distutils
 >  
 >  SHEBANG_LANG=    python
 > 

Hello Antoine

I have a question, why a 3.10 entry is not a valid option? or it must be 3.10+? Btw odoo-17.x not support python 3.9

Greetings