summaryrefslogtreecommitdiffstats
path: root/system/thefuck
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:39:19 +0100
committer Willy Sudiarto Raharjo2023-12-22 02:00:18 +0100
commite196bd6989a4bf8aefe182ff955663f6d6d57fbb (patch)
treeef1337fca5227f66390620124cdfc3b04fc2bdec /system/thefuck
parentf5a1e3b05124d65c4d3d552a2ff7aa111eb4b897 (diff)
downloadslackbuilds-e196bd6989a4bf8aefe182ff955663f6d6d57fbb.tar.gz
system/thefuck: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thefuck')
-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"