repo/gentoo:master commit in: app-admin/awscli/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786789310.683a47767c41f9916cb2289288aa30a4be56e30f.mgorny@gentoo> |
commit: 683a47767c41f9916cb2289288aa30a4be56e30f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 09:42:41 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 10:21:50 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683a4776
app-admin/awscli: Inline dependency versions
Given that the package is no longer released in sync with
dev-python/boto*, let's inline the dependency versions instead of trying
to compute them.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/awscli/awscli-1.45.62.ebuild | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/app-admin/awscli/awscli-1.45.62.ebuild b/app-admin/awscli/awscli-1.45.62.ebuild
index 2cc214c4731f..f62c7c593e9f 100644
--- a/app-admin/awscli/awscli-1.45.62.ebuild
+++ b/app-admin/awscli/awscli-1.45.62.ebuild
@@ -24,15 +24,13 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-# botocore is x.(y-2).(z+10), sigh
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) - 2)).$(ver_cut 3)"
RDEPEND="
- >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/rsa[${PYTHON_USEDEP}]
- >=dev-python/s3transfer-0.18.0[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
+ >=dev-python/botocore-1.43.62[${PYTHON_USEDEP}]
+ >=dev-python/colorama-0.2.5[${PYTHON_USEDEP}]
+ >=dev-python/docutils-0.18.1[${PYTHON_USEDEP}]
+ >=dev-python/rsa-3.1.2[${PYTHON_USEDEP}]
+ >=dev-python/s3transfer-0.19.0[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
!app-admin/awscli-bin
"
BDEPEND="