aboutsummaryrefslogtreecommitdiff
path: root/network/awscli-v2
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:04 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 07:59:55 +0700
commit3b68cd0553cc0a36efd687fba1d81f8c8cd78fda (patch)
treeb76350ec78cbd298d91727b6d1bffdcd446a43e0 /network/awscli-v2
parente94716911645debadb263def8501872ea7a238c2 (diff)
network/awscli-v2: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/awscli-v2')
-rw-r--r--network/awscli-v2/awscli-v2.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/awscli-v2/awscli-v2.info b/network/awscli-v2/awscli-v2.info
index 64388b50c2a6..3c7c02b43060 100644
--- a/network/awscli-v2/awscli-v2.info
+++ b/network/awscli-v2/awscli-v2.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/aws/aws-cli/archive/2.14.1/aws-cli-2.14.1.tar.gz"
MD5SUM="f7a5bb039aaff1bc0f385c0f5013f599"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build awscrt colorama cryptography python3-ruamel.yaml python3-ruamel.yaml.clib python3-prompt_toolkit python3-dateutil jmespath"
+REQUIRES="awscrt colorama cryptography python3-ruamel.yaml python3-ruamel.yaml.clib python3-prompt_toolkit python3-dateutil jmespath"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="dslackw@gmail.com"