git: eec7458622c8 - main - finance/odoo: Add py-cryptography like a depedency

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Sun, 16 Jun 2024 19:08:04 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eec7458622c835069de331d1c1ff3d648ddca41a

commit eec7458622c835069de331d1c1ff3d648ddca41a
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2024-06-16 19:07:08 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2024-06-16 19:07:08 +0000

    finance/odoo: Add py-cryptography like a depedency
    
    PR:             278531
    Reported by:    jbo
---
 finance/odoo/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile
index 7e88bf7a342c..610b4ead4a06 100644
--- a/finance/odoo/Makefile
+++ b/finance/odoo/Makefile
@@ -71,7 +71,7 @@ RUN_DEPENDS=	wkhtmltopdf>0:converters/wkhtmltopdf \
 		${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR}
 
 USES=		cpe ldap python pgsql shebangfix
-USE_PYTHON=	distutils
+USE_PYTHON=	cryptography distutils
 
 SHEBANG_LANG=	python
 SHEBANG_FILES=	${WRKSRC}/${PORTNAME}/addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init.d/odoo \