Skip to content

Commit

Permalink
devel/py-osprofiler: Update USES=python
Browse files Browse the repository at this point in the history
devel/py-oslo.utils requires Python 3.8+
  • Loading branch information
sunpoet committed Jul 11, 2022
1 parent 5629bca commit 23f7c67
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions devel/py-osprofiler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 23f7c67

Please sign in to comment.