python/python3-compreffor: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:14 -07:00 committed by Willy Sudiarto Raharjo
parent c963dbe758
commit aa551b5064
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.io/packages/source/c/compreffor/compreffor-0.5.3.tar.gz"
MD5SUM="684f6be4f99504a687f70e7451360b55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-fonttools python3-build python3-wheel python3-pytest python3-setuptools-git-ls-files"
REQUIRES="python3-fonttools python3-setuptools-git-ls-files"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"