summaryrefslogtreecommitdiff
path: root/databases/py-dbt-duckdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-dbt-duckdb/Makefile')
-rw-r--r--databases/py-dbt-duckdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-dbt-duckdb/Makefile b/databases/py-dbt-duckdb/Makefile
index d8d753dba8d4..74bdd69e6873 100644
--- a/databases/py-dbt-duckdb/Makefile
+++ b/databases/py-dbt-duckdb/Makefile
@@ -10,12 +10,14 @@ 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
USE_PYTHON= autoplist concurrent distutils
+NO_ARCH= yes
+
# py-dbt-duckdb attempts to install __init__.py and the generated bytecode into
# these directories which conflicts with those installed by py-dbt-core. We need to
# delete these files and their entries in the generated plist post-install.