git: 0013512b53ca - main - textproc/xml2rfc: Add a missing build dependency on wheel

From: Joe Marcus Clarke <marcus_at_FreeBSD.org>
Date: Sat, 08 Mar 2025 03:13:28 UTC
The branch main has been updated by marcus:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0013512b53ca0fea6d649f7e848e7395020c00b2

commit 0013512b53ca0fea6d649f7e848e7395020c00b2
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2025-03-08 03:12:35 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2025-03-08 03:12:35 +0000

    textproc/xml2rfc: Add a missing build dependency on wheel
---
 textproc/xml2rfc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile
index 3dc1e64fe8af..d8fe09676752 100644
--- a/textproc/xml2rfc/Makefile
+++ b/textproc/xml2rfc/Makefile
@@ -11,7 +11,8 @@ WWW=		https://xml2rfc.tools.ietf.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS}
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0.44.0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml5>=5.3.0:devel/py-lxml5@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}country>=22.3.5:devel/py-country@${PY_FLAVOR} \