git: 15c5542e3e7a - main - devel/ghpr: add missing `BUILD_DEPENDS`

From: Enji Cooper <ngie_at_FreeBSD.org>
Date: Sun, 22 Mar 2026 15:59:35 UTC
The branch main has been updated by ngie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15c5542e3e7a97d6d9843f66c4f989863f483ab6

commit 15c5542e3e7a97d6d9843f66c4f989863f483ab6
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2026-03-19 17:36:31 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-03-22 15:59:14 +0000

    devel/ghpr: add missing `BUILD_DEPENDS`
    
    This change adds additional build dependencies accidentally missed in
    the previous commit.
    
    Although the devel/py-setuptools dependency is technically redundant in
    light of devel/py-setuptools-scm, it's best to express all of the needed
    dependencies in `BUILD_DEPENDS`.
    
    Reported by:    poudriere
    Approved by:    imp (maintainer)
    Pointyhat to:   ngie
    Fixes:  59337d86174 ("devel/ghpr: update to v3")
    Differential Revision:  https://reviews.freebsd.org/D55962
---
 devel/ghpr/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/devel/ghpr/Makefile b/devel/ghpr/Makefile
index 4e58c9a6c729..f37c93a7beb1 100644
--- a/devel/ghpr/Makefile
+++ b/devel/ghpr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ghpr
 PORTVERSION=	3
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	gh:devel/gh \
 		git:devel/git
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools>=30.3.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python:3.10+
 USE_PYTHON=	autoplist concurrent pep517