aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:09 +0000
commit8d96ff5e55f9311354f57e47b942dcb904d7d6a2 (patch)
tree4b116e5308bd00824b78feff2199f9ca91d11892
parent59277b46338505c8b39e2e54a452c6c5ccfaafce (diff)
downloadports-8d96ff5e55f9311354f57e47b942dcb904d7d6a2.tar.gz
ports-8d96ff5e55f9311354f57e47b942dcb904d7d6a2.zip
devel/py-stevedore: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-stevedore/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-stevedore/Makefile b/devel/py-stevedore/Makefile
index 065bf4a1ef9f..0cc723beea37 100644
--- a/devel/py-stevedore/Makefile
+++ b/devel/py-stevedore/Makefile
@@ -22,10 +22,4 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>