devel/py-ptpython: Remove outdated PYTHON_REL check after lang/python37 removal

This commit is contained in:
Po-Chuan Hsieh 2023-06-30 15:03:51 +08:00
parent 7bc5b9a4aa
commit 5221de4c4f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -28,10 +28,4 @@ PTIPYTHON_DESC= Interactive shell with IPython support
PTIPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython@${PY_FLAVOR}
ALL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR}
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>