Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2021 23:11:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561129 - head/devel/py-l18n
Message-ID:  <202101102311.10ANBs4f073402@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 10 23:11:54 2021
New Revision: 561129
URL: https://svnweb.freebsd.org/changeset/ports/561129

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/py-l18n/Makefile

Modified: head/devel/py-l18n/Makefile
==============================================================================
--- head/devel/py-l18n/Makefile	Sun Jan 10 23:11:49 2021	(r561128)
+++ head/devel/py-l18n/Makefile	Sun Jan 10 23:11:54 2021	(r561129)
@@ -13,7 +13,7 @@ COMMENT=	Internationalization for pytz timezones and t
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1:devel/py-pytz@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
 USES=		python:3.6+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101102311.10ANBs4f073402>