aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:05 +0000
commita36bacfce2806cf701c656c6542110c95f260402 (patch)
treead64c4f6251b724f0ec9595b29121d9ac192eca5
parent016a1239543a31a8ab3633a8185d37ac5ca92fe6 (diff)
downloadports-a36bacfce2806cf701c656c6542110c95f260402.tar.gz
ports-a36bacfce2806cf701c656c6542110c95f260402.zip
devel/py-b2sdk: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-b2sdk/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-b2sdk/Makefile b/devel/py-b2sdk/Makefile
index 4aeafc963cab..18f7ea57859c 100644
--- a/devel/py-b2sdk/Makefile
+++ b/devel/py-b2sdk/Makefile
@@ -30,12 +30,6 @@ NO_ARCH= yes
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.3.0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
# Skip some tests as they either require the environment variable
# B2_TEST_APPLICATION_KEY_ID set or a relative path regarding the filenames in
# the file headers.
@@ -45,4 +39,4 @@ do-test:
not test_large_file and \
not test_raw_api'
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>