aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-11 13:49:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-11 13:49:59 +0000
commit23f7c679afdc5f2e743426c494c6e4be1492fadc (patch)
tree49f13e0fdc0f972c90845c511e649f20b8af7e83
parent5629bca6c55b44924bd10cc19baaba7ab746f7b8 (diff)
downloadports-23f7c679afdc5f2e743426c494c6e4be1492fadc.tar.gz
ports-23f7c679afdc5f2e743426c494c6e4be1492fadc.zip
devel/py-osprofiler: Update USES=python
devel/py-oslo.utils requires Python 3.8+
-rw-r--r--devel/py-osprofiler/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-osprofiler/Makefile b/devel/py-osprofiler/Makefile
index 544c381df32b..980f957b7760 100644
--- a/devel/py-osprofiler/Makefile
+++ b/devel/py-osprofiler/Makefile
@@ -21,15 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.8+
USE_PYTHON= autoplist concurrent 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>