python/ttfautohint-py: Fix redundant deps.

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

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/t/ttfautohint-py/ttfautohint-py-0.5.1.
MD5SUM="91c73697362ec9999ec730700f0ba4e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ttfautohint python3-fonttools python3-pytest coverage"
REQUIRES="ttfautohint python3-fonttools coverage"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"