security/py-argon2-cffi: Remove outdated PYTHON_REL check after lang/python37 removal

2023Q3
Po-Chuan Hsieh 2023-06-30 15:04:36 +08:00
parent 87a0d4de6a
commit e513eddb8d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 1 additions and 7 deletions

View File

@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
.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>