git: 86e0997cea92 - main - sysutils/py-pyinfra: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 09 Apr 2025 17:50:10 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86e0997cea92e8e7ed793da9d06e24fd64013bab

commit 86e0997cea92e8e7ed793da9d06e24fd64013bab
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-09 17:45:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-09 17:45:14 +0000

    sysutils/py-pyinfra: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 sysutils/py-pyinfra/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sysutils/py-pyinfra/Makefile b/sysutils/py-pyinfra/Makefile
index b571deaf2cb8..9d28872e0ec1 100644
--- a/sysutils/py-pyinfra/Makefile
+++ b/sysutils/py-pyinfra/Makefile
@@ -49,10 +49,6 @@ PYTEST_IGNORED_TESTS=	test_int_docker_install_package_ubuntu \
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}graphlib-backport>0:graphics/py-graphlib-backport@${PY_FLAVOR}
-.endif
-
 .if ${PYTHON_REL} < 31000
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>3.6:devel/py-importlib-metadata@${PY_FLAVOR}
 .endif