python/freetype-py: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-16 07:02:21 -07:00 committed by Willy Sudiarto Raharjo
parent 4e1b5f49a7
commit 54e7e04455
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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-wheel Sphinx sphinx-rtd-theme"
REQUIRES="Sphinx sphinx-rtd-theme"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"