svn commit: r561156 - head/www/py-django-modelcluster

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


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

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/www/py-django-modelcluster/Makefile

Modified: head/www/py-django-modelcluster/Makefile
==============================================================================
--- head/www/py-django-modelcluster/Makefile	Sun Jan 10 23:14:34 2021	(r561155)
+++ head/www/py-django-modelcluster/Makefile	Sun Jan 10 23:14:38 2021	(r561156)
@@ -13,7 +13,7 @@ COMMENT=	Django extension for working with clusters of
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2015.2:devel/py-pytz@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2015.2,1:devel/py-pytz@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list