git: 300b393567e9 - main - databases/py-redis3: Remove outdated PYTHON_REL check after lang/python37 removal

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 07:18:50 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=300b393567e9ee9154b46a1bd1def029ce613ddb

commit 300b393567e9ee9154b46a1bd1def029ce613ddb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:03:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:03:02 +0000

    databases/py-redis3: Remove outdated PYTHON_REL check after lang/python37 removal
---
 databases/py-redis3/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/databases/py-redis3/Makefile b/databases/py-redis3/Makefile
index 00a91465732e..68d93c76e58e 100644
--- a/databases/py-redis3/Makefile
+++ b/databases/py-redis3/Makefile
@@ -30,10 +30,4 @@ HIREDIS_DESC=	High performance response parser
 
 HIREDIS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hiredis>=0.1.3:databases/py-hiredis@${PY_FLAVOR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>