aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:03:07 +0000
commit5a7be9f00ce31bb93e4a7bdeff25afcad1a314a6 (patch)
tree5c0ffedd1bb33b9f2771fcf10242dcafaad32ff0
parent7dfdfc5a43d7529f268ac2f333e126bde3ad319b (diff)
downloadports-5a7be9f00ce31bb93e4a7bdeff25afcad1a314a6.tar.gz
ports-5a7be9f00ce31bb93e4a7bdeff25afcad1a314a6.zip
devel/py-astroid: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r--devel/py-astroid/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 407c6e091819..a298c9464887 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -25,10 +25,6 @@ CONFLICTS= ${PYTHON_PKGNAMEPREFIX}astroid253
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.4.0<2.0:devel/py-typed-ast@${PY_FLAVOR}
-.endif
-
.if ${PYTHON_REL} < 31100
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif