diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-11 07:14:21 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-11 07:14:21 +0800 |
commit | de459b6ae756cb903cec464eabca903aa519e32e (patch) | |
tree | f56a7c58e0a04cd0d71b3c2577c70ad8a401e6de /security | |
parent | 97462ed90017fc92036af3287ed43ca7f4b3eb84 (diff) | |
download | freebsd-ports-gnome-de459b6ae756cb903cec464eabca903aa519e32e.tar.gz freebsd-ports-gnome-de459b6ae756cb903cec464eabca903aa519e32e.tar.zst freebsd-ports-gnome-de459b6ae756cb903cec464eabca903aa519e32e.zip |
Update version requirement of RUN_DEPENDS
Diffstat (limited to 'security')
-rw-r--r-- | security/py-pysaml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile index d06324b07aab..7ad133e39b35 100644 --- a/security/py-pysaml2/Makefile +++ b/security/py-pysaml2/Makefile @@ -19,7 +19,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} \ |