devel/py-cibuildwheel: Fix BUILD_DEPENDS and its usage
- Fix BUILD_DEPENDS: py-wheel is not needed
- Fix BUILD_DEPENDS usage: it should depend on the package, not the executable
from pyproject.toml:
[build-system]
requires = ["hatchling"]
Reference: https://github.com/pypa/cibuildwheel/blob/v2.23.2/pyproject.toml#L1-L2
Approved by: portmgr (blanket)
With hat: python