From 9e96e25b09e67ff073e732832135b098cd0800cc Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Wed, 24 Apr 2024 18:36:42 -0500 Subject: finance/odoo: Remove obsolete dependency - Try a possible fix issue with werkzeug2/werkzeug dependency - Bump PORTREVISION PR: 278531 Reported by: jbo --- finance/odoo/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index a073eeb401e7..f6b54bc0945e 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -1,6 +1,6 @@ PORTNAME= odoo PORTVERSION= 17.0.20240325 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance www PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -57,7 +57,6 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-file>0:www/py-requests-file@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}werkzeug2>0:www/py-werkzeug2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}secure-cookie>0:www/py-secure-cookie@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}XlsxWriter>=0:textproc/py-xlsxwriter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>=1.3.0:textproc/py-xlwt@${PY_FLAVOR} \ -- cgit v1.2.3