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
commit59277b46338505c8b39e2e54a452c6c5ccfaafce (patch)
tree22a412c7e6c5a033a4d7b3da578adfc57f1ea1b4
parente8469cab3b7dbe971776150c8b860369d02735f5 (diff)
downloadports-59277b46338505c8b39e2e54a452c6c5ccfaafce.tar.gz
ports-59277b46338505c8b39e2e54a452c6c5ccfaafce.zip
devel/py-setuptools_scm7: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-setuptools_scm7/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/py-setuptools_scm7/Makefile b/devel/py-setuptools_scm7/Makefile
index 1a76627bc7d2..305a91317988 100644
--- a/devel/py-setuptools_scm7/Makefile
+++ b/devel/py-setuptools_scm7/Makefile
@@ -54,8 +54,4 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVO
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR}
.endif
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
.include <bsd.port.post.mk>