From 0109dcfc799c2527900b674cc1f0ca07b6384d06 Mon Sep 17 00:00:00 2001
From: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Fri, 30 Jun 2023 15:03:55 +0800
Subject: [PATCH] devel/py-pytest-isort: Remove outdated PYTHON_REL check after
 lang/python37 removal

---
 devel/py-pytest-isort/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/py-pytest-isort/Makefile b/devel/py-pytest-isort/Makefile
index 4427ce167a07..6146fbe36850 100644
--- a/devel/py-pytest-isort/Makefile
+++ b/devel/py-pytest-isort/Makefile
@@ -21,10 +21,4 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
-- 
GitLab