git: 5061735d0a29 - main - finance/odoo17: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 03 Dec 2025 06:28:27 UTC
The branch main has been updated by sunpoet:

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

commit 5061735d0a295ca9ff6c05d202ef07a614429d73
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-03 06:25:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-03 06:25:50 +0000

    finance/odoo17: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 finance/odoo17/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/finance/odoo17/Makefile b/finance/odoo17/Makefile
index 9298bbdd14a1..99cdfeb29ef2 100644
--- a/finance/odoo17/Makefile
+++ b/finance/odoo17/Makefile
@@ -92,12 +92,6 @@ CONFLICTS=	odoo16 odoo
 
 ETCDIR=		${PREFIX}/etc/odoo
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-IGNORE=		odoo requires Python 3.10+
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -i "" -e 's|(index !== |(index == |g' \
 		${WRKSRC}/odoo/addons/web/static/src/core/network/download.js
@@ -111,4 +105,4 @@ pre-install:
 post-install:
 	@${INSTALL_SCRIPT} ${FILESDIR}/odoo.conf ${STAGEDIR}${ETCDIR}/odoo.conf.sample
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>