git: b9f2c4c8b280 - main - security/py-pysaml2: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:20:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 commit b9f2c4c8b2801bc06f1d9f42fb27290ac7dc37c5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:04:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:04:39 +0000 security/py-pysaml2: Remove outdated PYTHON_REL check after lang/python37 removal --- security/py-pysaml2/Makefile | 4 ---- 1 file changed, 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