summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2025-07-04 09:58:27 -0700
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2025-07-04 09:58:27 -0700
commit3191b27da198f89632f01853efb856dd83f3ec6f (patch)
tree1c69b7c18cc08cc90be1827318801a9281e3fbcb
parentcad/openscad-devel: unbreak (diff)
textproc/py-docx-generator: Add missing dependency
Reported by: pkg-fallout
-rw-r--r--textproc/py-docx-generator/Makefile3
1 files changed, 2 insertions, 1 deletions
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} \