svn commit: r561159 - head/www/py-google-api-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 23:15:00 UTC 2021


Author: sunpoet
Date: Sun Jan 10 23:14:51 2021
New Revision: 561159
URL: https://svnweb.freebsd.org/changeset/ports/561159

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/www/py-google-api-core/Makefile

Modified: head/www/py-google-api-core/Makefile
==============================================================================
--- head/www/py-google-api-core/Makefile	Sun Jan 10 23:14:47 2021	(r561158)
+++ head/www/py-google-api-core/Makefile	Sun Jan 10 23:14:51 2021	(r561159)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=1.21.1<2.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.6.0<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0,1:devel/py-protobuf@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.13.0:devel/py-six@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list