git: 38eb06012ed1 - main - security/py-gvm-tools: Fix build

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Wed, 01 Jul 2026 23:15:58 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38eb06012ed1ca3bf4b5fd44fcfef08a47775190

commit 38eb06012ed1ca3bf4b5fd44fcfef08a47775190
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2026-07-01 23:15:27 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2026-07-01 23:15:27 +0000

    security/py-gvm-tools: Fix build
    
    Reported by:    pkg-fallout
---
 security/py-gvm-tools/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/py-gvm-tools/Makefile b/security/py-gvm-tools/Makefile
index 4b9c96f47f55..ed07f112eec2 100644
--- a/security/py-gvm-tools/Makefile
+++ b/security/py-gvm-tools/Makefile
@@ -10,7 +10,8 @@ WWW=		https://github.com/greenbone/gvm-tools
 
 LICENSE=	GPLv3+
 
-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}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
 
 USE_GITHUB=	yes