devel/py-ptpython: Remove outdated PYTHON_REL check after lang/python37 removal
This commit is contained in:
parent
7bc5b9a4aa
commit
5221de4c4f
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue