diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-19 23:31:48 -0700 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-07-19 23:34:01 -0700 |
commit | b4af4eb551ee52b654f75a415febe3d964073c58 (patch) | |
tree | aa5f4cd4812d12a21fecdbbd9b38b978a66e6258 | |
parent | finance/odoo16: Fix extract (diff) |
finance/odoo17: Fix install
- Change devel/lxml dependency to devel/lxml5
Reported by: pkg-fallout
-rw-r--r-- | finance/odoo17/Makefile | 2 | ||||
-rw-r--r-- | finance/odoo17/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/finance/odoo17/Makefile b/finance/odoo17/Makefile index aa1066a3febb..8f58171e5560 100644 --- a/finance/odoo17/Makefile +++ b/finance/odoo17/Makefile @@ -32,7 +32,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} \ diff --git a/finance/odoo17/files/pkg-message.in b/finance/odoo17/files/pkg-message.in index c090ea7a6e15..07ac00911982 100644 --- a/finance/odoo17/files/pkg-message.in +++ b/finance/odoo17/files/pkg-message.in @@ -17,7 +17,7 @@ Odoo 17 ERP was installed 3) Add odoo_enable="YES" to /etc/rc.conf. Also, can add the following lines: odoo_database="postgresql_odoo_database_name" # This is odoodb by default - odoo_datadir="/path/to/odoo/datadir" # This is /var/db/odoo by defualt + odoo_datadir="/path/to/odoo/datadir" # This is /var/lib/odoo by defualt 4) Odoo database host, user and password must be defined at %%ETCDIR%%/odoo.conf |