diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 23:14:25 +0000 |
commit | f7865e7aed653d97e746d9ab4af3e5cd9efd4d41 (patch) | |
tree | bc7dd820972a397afffb2baf049b8bd3c5bf542d /security/py-pysaml24/Makefile | |
parent | de459b6ae756cb903cec464eabca903aa519e32e (diff) | |
download | ports-f7865e7aed653d97e746d9ab4af3e5cd9efd4d41.tar.gz ports-f7865e7aed653d97e746d9ab4af3e5cd9efd4d41.zip |
Notes
Diffstat (limited to 'security/py-pysaml24/Makefile')
-rw-r--r-- | security/py-pysaml24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pysaml24/Makefile b/security/py-pysaml24/Makefile index d98a2b8c1a2b..2d730b523244 100644 --- a/security/py-pysaml24/Makefile +++ b/security/py-pysaml24/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.4:security/py-cryptography@$ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}repoze.who>=0:devel/py-repoze.who@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ |