diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-02-22 18:30:23 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-02-22 18:30:23 -0500 |
commit | 41be9e34e7b2bb2f396c54bcc7c00fcfe688aeef (patch) | |
tree | 0d84e6b894ce4ecca84b14acbd4f4b1c6010ca38 | |
parent | finance/odoo: Update to 16.0.20240222 (diff) |
finance/odoo: Fix typo
Reported by: dvl
-rw-r--r-- | finance/odoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index 4a1d10d50605..cddb4977c6ab 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -64,7 +64,7 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ ${PYTHON_PKGNAMEPREFIX}ebaysdk>=2.1.3:finance/py-ebaysdk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stdnum>0:devel/py-stdnum@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rjsmin>0:archivers/py-rjsmin@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}rjsmin>0:archivers/py-rjsmin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography-legacy>0:security/py-cryptography-legacy@${PY_FLAVOR} USES= cpe ldap python pgsql shebangfix |