1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/py-azure-mgmt-search: Remove outdated PYTHON_REL check after lang/python37 removal

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2023-08-27 05:42:00 +08:00
parent aa81cbc260
commit 2f5e10a530
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -19,10 +19,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.3.0:devel/py-typing-extensions@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>