diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-30 18:51:31 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 19:01:12 +0700 |
commit | 783c22fdab2d5d16584016b41efc9da0f8d2eed9 (patch) | |
tree | 48102141074a0824cc617f29350776ad3a0a0a66 | |
parent | 9132f7cf02b39c174bbd67dd471fc74a59c21c26 (diff) |
python/python3-PyPDF2: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 b99493a1fbbcb..e78b95c0ebd30 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-wheel typing-extensions" +REQUIRES="python3-wheel python3-typing-extensions" MAINTAINER="Vijay Marcel" EMAIL="vijaymarcel@outlook.com" |