diff options
| author | Dima Panov <fluffy@FreeBSD.org> | 2025-09-03 08:58:36 +0000 |
|---|---|---|
| committer | Dima Panov <fluffy@FreeBSD.org> | 2025-09-03 08:58:36 +0000 |
| commit | 76a63bca3991746d474262bba1de5e8c691b4a0a (patch) | |
| tree | 8886d167b23af7362f4f265f5cce8e101fe7b8bf | |
| parent | f5bfb97fdb1fc1f17dcde83cc2ef15e4c93ecd30 (diff) | |
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
| -rw-r--r-- | devel/py-ujson/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
