From 338ed701f3b17fcb68984adb11daf85624319de5 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Jun 2023 15:08:13 +0800 Subject: [PATCH] textproc/py-sphinx: Remove outdated PYTHON_REL check after lang/python37 removal --- textproc/py-sphinx/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index b7fb60c560f62..ddef3226fb000 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -48,10 +48,6 @@ EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar .include -.if ${PYTHON_REL} < 30800 -TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR} -.endif - .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8:devel/py-importlib-metadata@${PY_FLAVOR} .endif