1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

databases/py-dbt-duckdb: Fix RUN_DEPENDS usage

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2024-09-09 02:35:22 +08:00
parent 157ceed003
commit 4e2d3093a4
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -10,7 +10,7 @@ WWW= https://github.com/jwills/dbt-duckdb
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbt-core>=1.7.0,<2:databases/py-dbt-core@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbt-core>=1.7.0<2:databases/py-dbt-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}duckdb>=0.7.0:databases/py-duckdb@${PY_FLAVOR}
USES= python