python/python-fonttools: Fix circular loop.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2023-07-25 08:10:22 +07:00 committed by Willy Sudiarto Raharjo
parent db21552908
commit 3127770774
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.39.4/fonttools-4.39.4
MD5SUM="fbdb8b744ba6826c4ebf5c0753232257"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-unicodedata2 Sphinx sphinx-rtd-theme munkres python3-scipy zopfli python3-fs python3-uharfbuzz freetype-py python3-ufolib2"
REQUIRES="python-unicodedata2 Sphinx sphinx-rtd-theme munkres python3-scipy zopfli python3-fs python3-uharfbuzz freetype-py"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymrcel@outlook.com"