1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

textproc/py-sphinx-inline-tabs: Remove outdated PYTHON_REL check after lang/python37 removal

This commit is contained in:
Po-Chuan Hsieh 2023-06-30 15:05:31 +08:00
parent 893743eeb0
commit 344fe8ade7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -20,10 +20,4 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>