python/python3-klein: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:15 -07:00 committed by Willy Sudiarto Raharjo
parent d94b5bffb8
commit 8a6258b637
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/k/klein/klein-23.5.0.tar.gz"
MD5SUM="b7a75aaebefc84948ac786db5c13495f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tubes werkzeug python3-wheel"
REQUIRES="python3-tubes werkzeug"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"