diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:42 +0000 |
commit | feda677a2aedbf7aa33c388ed6730457674a3a61 (patch) | |
tree | d7d97ab4d117b0b5093f10b84e96376b20e9082d | |
parent | 803dc6aaab87bff4a3d8a0e9a2dbd5a029d25096 (diff) |
Notes
-rw-r--r-- | www/py-feedgenerator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index 0c00c31375a8..3dbe7c48efb5 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -14,7 +14,7 @@ COMMENT= Standalone version of django.utils.feedgenerator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ |