python/python3-fonttools: 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 aa551b5064
commit 86d7d19669
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/fonttools/fonttools/archive/4.42.1/fonttools-4.42.1
MD5SUM="c83eed649a5d20e78beb3d9d5b61371c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-unicodedata2 Sphinx sphinx-rtd-theme munkres python3-scipy zopfli python3-fs python3-uharfbuzz freetype-py"
REQUIRES="python-unicodedata2 munkres python3-scipy zopfli python3-fs python3-uharfbuzz freetype-py"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"