git: c0cf11f32cfe - main - devel/py-openstacksdk: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:46:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0cf11f32cfe7d142f134a81b414750ae1f2a0a2 commit c0cf11f32cfe7d142f134a81b414750ae1f2a0a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:31:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:40:04 +0000 devel/py-openstacksdk: Sort USES --- devel/py-openstacksdk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-openstacksdk/Makefile b/devel/py-openstacksdk/Makefile index e457ab3bec81..dbc67550d19f 100644 --- a/devel/py-openstacksdk/Makefile +++ b/devel/py-openstacksdk/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}yaml>=3.13:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.2.0:devel/py-requestsexceptions@${PY_FLAVOR} -USES= python pycryptography:run shebangfix +USES= pycryptography:run python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes