diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-04-24 23:36:42 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-04-24 23:36:42 +0000 |
commit | 9e96e25b09e67ff073e732832135b098cd0800cc (patch) | |
tree | 153239a0fc97ca2df33e0d43d731078629198243 | |
parent | fde0b606556b9deb1dd043cdd07d45145d33720b (diff) | |
download | ports-9e96e25b09e67ff073e732832135b098cd0800cc.tar.gz ports-9e96e25b09e67ff073e732832135b098cd0800cc.zip |
finance/odoo: Remove obsolete dependency
- Try a possible fix issue with werkzeug2/werkzeug dependency
- Bump PORTREVISION
PR: 278531
Reported by: jbo
-rw-r--r-- | finance/odoo/Makefile | 3 |
1 files changed, 1 insertions, 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} \ |