www/py-drf-spectacular: Drop PYTHON_REL check for Python 3.7

* Since Python 3.7 was removed in 12f5a11b04 the check is no longer
  required.
This commit is contained in:
Kai Knoblich 2023-07-01 14:56:01 +02:00
parent 964ec61c46
commit a2f3bb0b5a

View file

@ -31,10 +31,4 @@ OPTIONS_DEFAULT= SIDECAR
SIDECAR_DESC= Enable self-contained Swagger/Redoc UI installation
SIDECAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}drf-spectacular-sidecar>0:www/py-drf-spectacular-sidecar@${PY_FLAVOR}
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extension>0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>