summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:18 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:16 +0700
commit916842da4445fcd9a62e2d9e8d8c7cdd3ac7634d (patch)
tree526d8f12c1505e8582c90132159e57506c7c31ee
parent894056fe6b8aa43153c52704582236de2d25b3ce (diff)
downloadslackbuilds-916842da4445fcd9a62e2d9e8d8c7cdd3ac7634d.tar.gz
slackbuilds-916842da4445fcd9a62e2d9e8d8c7cdd3ac7634d.tar.xz
python/ttfautohint-py: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/ttfautohint-py/ttfautohint-py.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ttfautohint-py/ttfautohint-py.info b/python/ttfautohint-py/ttfautohint-py.info
index 2832ba87f3..4032753ea5 100644
--- a/python/ttfautohint-py/ttfautohint-py.info
+++ b/python/ttfautohint-py/ttfautohint-py.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/t/ttfautohint-py/ttfautohint-py-0.5.1.
MD5SUM="91c73697362ec9999ec730700f0ba4e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ttfautohint python3-fonttools python3-pytest coverage"
+REQUIRES="ttfautohint python3-fonttools coverage"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"