diff options
author | Vijay Marcel <vijaymrcel@outlook.com> | 2023-07-25 08:10:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-25 08:10:51 +0700 |
commit | 312777077461bdd567a06d7383253c56c3fc3c0f (patch) | |
tree | 5cbe23a9e622c9c739767280c7de467a98641b16 /python/python-fonttools | |
parent | db215529081a439a575ec37f7f89fdc075327c9e (diff) |
python/python-fonttools: Fix circular loop.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-fonttools')
-rw-r--r-- | python/python-fonttools/python-fonttools.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-fonttools/python-fonttools.info b/python/python-fonttools/python-fonttools.info index 5589bb8fc5..6fd5ed430e 100644 --- a/python/python-fonttools/python-fonttools.info +++ b/python/python-fonttools/python-fonttools.info @@ -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" |