summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2025-07-19 23:33:21 -0700
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2025-07-19 23:34:01 -0700
commit5b1fd8ecbaa194d2ad52f26dd9cbd3cdaac1f296 (patch)
tree5aa004796fced5ff6cbcf3d89b0c483d679d4565
parentfinance/odoo17: Fix install (diff)
finance/odoo: Fix install
- Change devel/lxml depdency to devel/lxml5 Reported by: pkg-fallout
-rw-r--r--finance/odoo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile
index 19ea3a414696..269668a956bc 100644
--- a/finance/odoo/Makefile
+++ b/finance/odoo/Makefile
@@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}libsass>0:www/py-libsass@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml-html-clean>=0:devel/py-lxml-html-clean@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \