python/audible-cli: Fix redundant deps.

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

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mkb79/audible-cli/archive/v0.2.4/audible-cli-0.2.4.
MD5SUM="11422ec0c1417489e1fd35fedca2d78a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="audible click python3-aiofiles python3-httpx python3-questionary python3-tabulate tqdm"
REQUIRES="audible python3-aiofiles python3-questionary python3-tabulate tqdm"
MAINTAINER="Steven Voges"
EMAIL="svoges.sbo@gmail.com"