system/thefuck: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:19 -07:00 committed by Willy Sudiarto Raharjo
parent f5a1e3b051
commit e196bd6989
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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"