mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
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:
parent
964ec61c46
commit
a2f3bb0b5a
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue