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

This commit is contained in:
Po-Chuan Hsieh 2023-06-30 15:03:34 +08:00
parent b17b0fa57b
commit 77a0a09f34
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

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