git: 76a63bca3991 - main - devel/py-ujson: unbreak the port after 9c08486b07cf8ec23c14b9039c8cd4b5a7fad6b0 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Wed, 03 Sep 2025 09:00:04 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=76a63bca3991746d474262bba1de5e8c691b4a0a

commit 76a63bca3991746d474262bba1de5e8c691b4a0a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-09-03 08:58:36 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-09-03 08:58:36 +0000

    devel/py-ujson: unbreak the port after 9c08486b07cf8ec23c14b9039c8cd4b5a7fad6b0 (+)
    
    py-wheel is required as build dependency after switch to pep517
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 devel/py-ujson/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-ujson/Makefile b/devel/py-ujson/Makefile
index 94219480419a..60f6be096ec5 100644
--- a/devel/py-ujson/Makefile
+++ b/devel/py-ujson/Makefile
@@ -14,7 +14,8 @@ LICENSE_NAME_TclTk=	Tcl/Tk License
 LICENSE_TEXT_TclTk=	http://www.tcl.tk/software/tcltk/license.html
 LICENSE_PERMS_TclTk=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-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}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist