git: 51cda8ff79ce - main - databases/py-mycli: Sort USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:46:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=51cda8ff79cee0dbb353a8f9e5d65f5f44f744b3 commit 51cda8ff79cee0dbb353a8f9e5d65f5f44f744b3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:31:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:39:56 +0000 databases/py-mycli: Sort USES --- databases/py-mycli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-mycli/Makefile b/databases/py-mycli/Makefile index 255900f20ee2..c2a767219618 100644 --- a/databases/py-mycli/Makefile +++ b/databases/py-mycli/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=2.2.1:devel/py-cli-helpers@${PY ${PYTHON_PKGNAMEPREFIX}sqlglot>=5.1.3:databases/py-sqlglot@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.3.0<0.5.0:databases/py-sqlparse@${PY_FLAVOR} -USES= mysql python pycryptography:run +USES= mysql pycryptography:run python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes