diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 21:42:00 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-26 21:42:00 +0000 |
commit | 2f5e10a530d716d4597f25d663ce13b8d298b4ae (patch) | |
tree | c7d4c993a66a843a027d88e089344783f2367246 | |
parent | aa81cbc2603bdc6110171d7a224e4af0cfcee70d (diff) |
devel/py-azure-mgmt-search: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket)
With hat: python
-rw-r--r-- | devel/py-azure-mgmt-search/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-azure-mgmt-search/Makefile b/devel/py-azure-mgmt-search/Makefile index 5ce4a50257bf..40386e039f45 100644 --- a/devel/py-azure-mgmt-search/Makefile +++ b/devel/py-azure-mgmt-search/Makefile @@ -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> |