python/python3-kiwisolver: 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 46deda22b6
commit d94b5bffb8
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://github.com/nucleic/kiwi/releases/download/1.4.5/kiwisolver-1.4
MD5SUM="20dea6992699d6be8a563995d7fe0309"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cppy python3-wheel"
REQUIRES="cppy"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"