git: 3191b27da198 - main - textproc/py-docx-generator: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Jul 2025 16:59:08 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3191b27da198f89632f01853efb856dd83f3ec6f
commit 3191b27da198f89632f01853efb856dd83f3ec6f
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2025-07-04 16:58:27 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2025-07-04 16:58:27 +0000
textproc/py-docx-generator: Add missing dependency
Reported by: pkg-fallout
---
textproc/py-docx-generator/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/textproc/py-docx-generator/Makefile b/textproc/py-docx-generator/Makefile
index af29d25f795d..e977613e4e2c 100644
--- a/textproc/py-docx-generator/Makefile
+++ b/textproc/py-docx-generator/Makefile
@@ -10,7 +10,8 @@ WWW= https://github.com/dfir-iris/docx-generator
LICENSE= LGPL3
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docxcompose>0:textproc/py-docxcompose@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docxtpl>0:textproc/py-docxtpl@${PY_FLAVOR} \