1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 19:20:36 -04:00
ports/databases/py-dbt-core/files/patch-setup.py
Po-Chuan Hsieh 6e5a7366c3
databases/py-dbt-core: Allow build with py-isodate 0.7.0+
- Bump PORTREVISION for package change

isodate.parse_datetime is unchanged in isodate 0.7.0 update.
2024-10-17 17:01:09 +08:00

14 lines
503 B
Python

--- setup.py.orig 2024-03-28 03:30:09 UTC
+++ setup.py
@@ -66,9 +66,9 @@ setup(
# and check compatibility / bump in each new minor version of dbt-core.
"colorama>=0.3.9,<0.5",
"pathspec>=0.9,<0.12",
- "isodate>=0.6,<0.7",
+ "isodate>=0.6",
# ----
- "sqlparse>=0.2.3,<0.5",
+ "sqlparse>=0.2.3,<0.6",
# ----
# These are major-version-0 packages also maintained by dbt-labs. Accept patches.
"dbt-extractor~=0.5.0",