[Bug 292302] net/py-bonsai: Update to 1.5.4

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 11 Jan 2026 18:00:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292302

--- Comment #8 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Goran Mekić from comment #7)
I saw same before I add ${PY_SETUPTOOLS} to BUILD_DEPENDS:
BUILD_DEPENDS=  ${MY_DEPENDS} \
                ${PY_SETUPTOOLS} \

Then other error fixed with add "py-wheel":
BUILD_DEPENDS=  ${MY_DEPENDS} \
                ${PY_SETUPTOOLS} \
                ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

-- 
You are receiving this mail because:
You are the assignee for the bug.