From 683a47767c41f9916cb2289288aa30a4be56e30f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 15 Aug 2026 11:42:41 +0200 Subject: [PATCH] app-admin/awscli: Inline dependency versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 2cc214c4731f8..f62c7c593e9f3 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="