git: 7a1288457d2b - main - finance/odoo: Try to fix dependency issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jun 2024 19:04:44 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a1288457d2bbaeb279e8deca191101aa0fb2bb6 commit 7a1288457d2bbaeb279e8deca191101aa0fb2bb6 Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2024-06-16 19:03:08 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-06-16 19:03:08 +0000 finance/odoo: Try to fix dependency issue PR: 278531 Reported by: jbo --- finance/odoo/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/finance/odoo/Makefile b/finance/odoo/Makefile index f6b54bc0945e..7e88bf7a342c 100644 --- a/finance/odoo/Makefile +++ b/finance/odoo/Makefile @@ -65,7 +65,6 @@ RUN_DEPENDS= wkhtmltopdf>0:converters/wkhtmltopdf \ ${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}cryptography-legacy>0:security/py-cryptography-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}freezegun>0:devel/py-freezegun@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GeoIP2>0:net/py-GeoIP2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \