www/py-google-cloud-vision: Change RUN_DEPENDS from py-libcst to py-libcst03

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 18:52:08 +08:00
parent 093268fb9c
commit 4486e5e85a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= google-cloud-vision
PORTVERSION= 3.1.4
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -23,6 +24,6 @@ NO_ARCH= yes
OPTIONS_DEFINE= LIBCST
LIBCST_DESC= Fixup scripts
LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.2.5:devel/py-libcst@${PY_FLAVOR}
LIBCST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst03>=0.2.5:devel/py-libcst03@${PY_FLAVOR}
.include <bsd.port.mk>