git: 7aa59c7cf5f7 - main - devel/py-awscli: Update run-time dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 06:17:28 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=7aa59c7cf5f74b0cb8a4a56ee0fec8c268e94cb1 commit 7aa59c7cf5f74b0cb8a4a56ee0fec8c268e94cb1 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-08-17 06:15:26 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-08-17 06:17:19 +0000 devel/py-awscli: Update run-time dependencies Update RUN_DEPENDS to reflect the recent py-botocore change. Reported-by: sunpoet --- devel/py-awscli/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-awscli/Makefile b/devel/py-awscli/Makefile index f35d9cc4ead2..3ec1aef6a654 100644 --- a/devel/py-awscli/Makefile +++ b/devel/py-awscli/Makefile @@ -1,5 +1,6 @@ PORTNAME= awscli PORTVERSION= 1.29.28 +PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ WWW= https://aws.amazon.com/cli/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.21.61:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.31.27:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:security/py-rsa@${PY_FLAVOR} \