git: 85b774aacd9c - main - net/py-transip: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:47:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=85b774aacd9c5c594cba988d0222e81453d3ece0 commit 85b774aacd9c5c594cba988d0222e81453d3ece0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:31:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:11 +0000 net/py-transip: Sort USES --- net/py-transip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-transip/Makefile b/net/py-transip/Makefile index b18631666770..df416e0d8cee 100644 --- a/net/py-transip/Makefile +++ b/net/py-transip/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}suds>=0:net/py-suds@${PY_FLAVOR} -USES= python pycryptography:run +USES= pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes