git: 85eecee4aa99 - main - comms/chirp: remove conditional for Python < 3.8 after 3.7 removal

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Wed, 28 Jun 2023 02:50:43 UTC
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85eecee4aa99454769dd7658db18a540d6a50830

commit 85eecee4aa99454769dd7658db18a540d6a50830
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-06-28 02:48:37 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-06-28 02:48:37 +0000

    comms/chirp: remove conditional for Python < 3.8 after 3.7 removal
---
 comms/chirp/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile
index fef18a819b62..bd09b151b380 100644
--- a/comms/chirp/Makefile
+++ b/comms/chirp/Makefile
@@ -52,8 +52,5 @@ post-install:
 .if ${PYTHON_REL} < 31000
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
 .endif
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
 
 .include <bsd.port.post.mk>