summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:39:04 +0100
committer Willy Sudiarto Raharjo2023-12-22 01:59:55 +0100
commit3b68cd0553cc0a36efd687fba1d81f8c8cd78fda (patch)
treeb76350ec78cbd298d91727b6d1bffdcd446a43e0 /network
parente94716911645debadb263def8501872ea7a238c2 (diff)
downloadslackbuilds-3b68cd0553cc0a36efd687fba1d81f8c8cd78fda.tar.gz
network/awscli-v2: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 64388b50c2..3c7c02b430 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"