ports/databases/py-dbt-semantic-interfaces
Po-Chuan Hsieh 59e320a965
databases/py-dbt-semantic-interfaces: Fix BUILD_DEPENDS and its usage
- Fix BUILD_DEPENDS: py-hatch 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/dbt-labs/dbt-semantic-interfaces/blob/v0.10.0/pyproject.toml#L35-L36
Approved by:	portmgr (blanket)
With hat:	python
2025-10-19 08:00:41 +08:00
..