Date: Thu, 11 Apr 2024 09:44:09 GMT From: Shaun Amott <shaun@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 84db2fcccbc7 - main - devel/py-kaitaistruct: add missing build depends Message-ID: <202404110944.43B9i9Tk073254@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404110944.43B9i9Tk073254>