From 26fcc35e2b2cf2550221b536a513ea8975dbc36c Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Apr 2025 01:44:45 +0800 Subject: [PATCH] devel/py-jupyterlab: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) Approved by: portmgr (blanket) With hat: python --- devel/py-jupyterlab/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile index 8123e61dac5d..5a9ea69a7620 100644 --- a/devel/py-jupyterlab/Makefile +++ b/devel/py-jupyterlab/Makefile @@ -38,10 +38,6 @@ NO_ARCH= yes .include -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.4:devel/py-importlib-resources@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.3:devel/py-importlib-metadata@${PY_FLAVOR} .endif