aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:19 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:18 +0700
commite196bd6989a4bf8aefe182ff955663f6d6d57fbb (patch)
treeef1337fca5227f66390620124cdfc3b04fc2bdec
parentf5a1e3b05124d65c4d3d552a2ff7aa111eb4b897 (diff)
system/thefuck: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/thefuck/thefuck.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/thefuck/thefuck.info b/system/thefuck/thefuck.info
index fcb6461e3e..4aba658028 100644
--- a/system/thefuck/thefuck.info
+++ b/system/thefuck/thefuck.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/nvbn/thefuck/archive/3.32/thefuck-3.32.tar.gz"
MD5SUM="1625e79d354d569767dbc58c2fb50299"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-wheel colorama python3-decorator python3-psutil python3-wcwidth pyte"
+REQUIRES="colorama python3-decorator python3-psutil pyte"
MAINTAINER="Andrew Clemons"
EMAIL="andrew.clemons@gmail.com"