summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:39:14 +0100
committer Willy Sudiarto Raharjo2023-12-22 02:00:09 +0100
commitffc81e6bd8b1f36bbee4d4af55e751fcfd0fadbe (patch)
tree2eb42c5a8a3f12c36c2717093737d29427f1038a
parent2f4d9738624ac86ebe58907765cf9c8f8fa519ef (diff)
downloadslackbuilds-ffc81e6bd8b1f36bbee4d4af55e751fcfd0fadbe.tar.gz
python/python3-PyPDF2: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-PyPDF2/python3-PyPDF2.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-PyPDF2/python3-PyPDF2.info b/python/python3-PyPDF2/python3-PyPDF2.info
index 206d9a83dd..b99493a1fb 100644
--- a/python/python3-PyPDF2/python3-PyPDF2.info
+++ b/python/python3-PyPDF2/python3-PyPDF2.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/P/PyPDF2/PyPDF2-2.12.1.tar.gz"
MD5SUM="e1b9b9f91a57f76f9cce8f6763cddedb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-wheel typing-extensions"
+REQUIRES="python3-wheel typing-extensions"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"