git: ef37bcf9f26a - main - devel/py-bps-restpy: unbreak the ports tree
Date: Wed, 26 Apr 2023 21:21:18 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef37bcf9f26af29ace646fd5473b2d6723eb29b1 commit ef37bcf9f26af29ace646fd5473b2d6723eb29b1 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-04-26 21:20:37 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-04-26 21:20:37 +0000 devel/py-bps-restpy: unbreak the ports tree --- devel/py-bps-restpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-bps-restpy/Makefile b/devel/py-bps-restpy/Makefile index 77e9bfb5f3d3..9cd1f2f267e4 100644 --- a/devel/py-bps-restpy/Makefile +++ b/devel/py-bps-restpy/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} -USES= python:2.7+ +USES= python USE_PYTHON= concurrent distutils NO_ARCH= yes