summaryrefslogtreecommitdiff
path: root/databases/py-snowddl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-snowddl/Makefile')
-rw-r--r--databases/py-snowddl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-snowddl/Makefile b/databases/py-snowddl/Makefile
index bc43bf7cc0a7..263469897b6e 100644
--- a/databases/py-snowddl/Makefile
+++ b/databases/py-snowddl/Makefile
@@ -1,5 +1,6 @@
PORTNAME= snowddl
DISTVERSION= 0.25.2
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -20,7 +21,7 @@ USE_PYTHON= autoplist concurrent pep517
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18,<5:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic2>=2.4,<3:devel/py-pydantic2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}yaml>=6.0,<7:devel/py-yaml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0,<7:devel/py-pyyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}snowflake-connector-python>=3.0,<4:databases/py-snowflake-connector-python@${PY_FLAVOR}
.include <bsd.port.mk>