git: 798f7add4780 - main - devel/py-azure-mgmt-cosmosdb: Remove outdated PYTHON_REL check after lang/python37 removal

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 26 Aug 2023 21:53:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=798f7add4780d9b63ade0874c1e6b451047dcca2

commit 798f7add4780d9b63ade0874c1e6b451047dcca2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 21:41:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 21:41:52 +0000

    devel/py-azure-mgmt-cosmosdb: Remove outdated PYTHON_REL check after lang/python37 removal
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-azure-mgmt-cosmosdb/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile
index 7bd78079fd79..567ac3ca2697 100644
--- a/devel/py-azure-mgmt-cosmosdb/Makefile
+++ b/devel/py-azure-mgmt-cosmosdb/Makefile
@@ -20,10 +20,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>