aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:17 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:14 +0700
commit99c1101137966b35dfe85d1acb6e5b14d650e010 (patch)
tree7b69fef2cf59a7d9286e83dd0ff2edd12235de96 /python
parent30f05928d2b3606b201fcdd9dd5584f503fe68aa (diff)
python/python3-svglib: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-svglib/python3-svglib.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-svglib/python3-svglib.info b/python/python3-svglib/python3-svglib.info
index 1f82278a667e..2a2867641057 100644
--- a/python/python3-svglib/python3-svglib.info
+++ b/python/python3-svglib/python3-svglib.info
@@ -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"