diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 18:06:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-20 18:06:28 +0700 |
commit | 2591af868b257e47915f14cd55716003d417934b (patch) | |
tree | 23e751ee1befa6678a8fe5dca455f26b5a41ce58 /python | |
parent | b70fcf595889771fe070886228169f6a790b13cf (diff) |
python/freetype-py: Fix dep.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/freetype-py/freetype-py.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/freetype-py/freetype-py.info b/python/freetype-py/freetype-py.info index 829b3c47ef1f..41815e676110 100644 --- a/python/freetype-py/freetype-py.info +++ b/python/freetype-py/freetype-py.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/rougier/freetype-py/archive/v2.4.0/freetype-py-2.4. MD5SUM="74f8356993d6496216afcd6adf0d0a8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-installer python3-wheel Sphinx sphinx-rtd-theme" +REQUIRES="python3-build python3-wheel Sphinx sphinx-rtd-theme" MAINTAINER="Vijay Marcel" EMAIL="vijaymarcel@outlook.com" |