git: 84db2fcccbc7 - main - devel/py-kaitaistruct: add missing build depends

From: Shaun Amott <shaun_at_FreeBSD.org>
Date: Thu, 11 Apr 2024 09:44:09 UTC
The branch main has been updated by shaun:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84db2fcccbc771a8233b1d1dd4d5ce57e62fedc7

commit 84db2fcccbc771a8233b1d1dd4d5ce57e62fedc7
Author:     Shaun Amott <shaun@FreeBSD.org>
AuthorDate: 2024-04-11 09:42:37 +0000
Commit:     Shaun Amott <shaun@FreeBSD.org>
CommitDate: 2024-04-11 09:42:37 +0000

    devel/py-kaitaistruct: add missing build depends
---
 devel/py-kaitaistruct/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-kaitaistruct/Makefile b/devel/py-kaitaistruct/Makefile
index a62acf6ea051..e9436b621147 100644
--- a/devel/py-kaitaistruct/Makefile
+++ b/devel/py-kaitaistruct/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	shaun@FreeBSD.org
 COMMENT=	Kaitai Struct declarative parser generator for binary data
 WWW=		https://kaitai.io/
 
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
 LICENSE=	MIT
 
 USES?=		python