python/python3-svglib: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:17 -07:00 committed by Willy Sudiarto Raharjo
parent 30f05928d2
commit 99c1101137
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://files.pythonhosted.org/packages/56/5b/53ca0fd447f73423c7dc59d3
MD5SUM="31edde0d5873b2ee8b92731464061012"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-reportlab lxml tinycss2 cssselect2"
REQUIRES="python3-reportlab lxml cssselect2"
MAINTAINER="Nikos Giotis"
EMAIL="nikos.giotis@gmail.com"