From 430d5ca395ae906d701d9c19357fb96d303deb1a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 3 Dec 2025 14:25:57 +0800 Subject: [PATCH] sysutils/py-pyinfra: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6) 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 0e3711db3eb9..75fb5f8c35b2 100644 --- a/sysutils/py-pyinfra/Makefile +++ b/sysutils/py-pyinfra/Makefile @@ -44,10 +44,6 @@ NO_ARCH= yes .include -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>3.6:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31100 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} .endif