summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:04:39 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:04:39 +0800
commitb9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 (patch)
tree7a6093d2d374c2b357ee47d8aee70ce485465e4d
parentsecurity/py-argon2-cffi: Remove outdated PYTHON_REL check after lang/python37... (diff)
security/py-pysaml2: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r--security/py-pysaml2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/security/py-pysaml2/Makefile b/security/py-pysaml2/Makefile
index c1baba25543c..cd0d6c16bcfb 100644
--- a/security/py-pysaml2/Makefile
+++ b/security/py-pysaml2/Makefile
@@ -39,10 +39,6 @@ S2REPOZE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste@${PY_FLAVOR}
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 30900
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR}
.endif