diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:09 +0700 |
commit | ffc81e6bd8b1f36bbee4d4af55e751fcfd0fadbe (patch) | |
tree | 2eb42c5a8a3f12c36c2717093737d29427f1038a /python/python3-PyPDF2 | |
parent | 2f4d9738624ac86ebe58907765cf9c8f8fa519ef (diff) |
python/python3-PyPDF2: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-PyPDF2')
-rw-r--r-- | python/python3-PyPDF2/python3-PyPDF2.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-PyPDF2/python3-PyPDF2.info b/python/python3-PyPDF2/python3-PyPDF2.info index 206d9a83ddd9b..b99493a1fbbcb 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" |