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 | 220409ddd6f6094ffba440fa1a3e61a1990a052e (patch) | |
tree | 7c843290ca9e3b4f361208f2fb2c363f629a0c89 /python/ipython | |
parent | fa0b0fab9e3cfc136e2437e0f922d167e5d95c82 (diff) |
python/ipython: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython')
-rw-r--r-- | python/ipython/ipython.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ipython/ipython.info b/python/ipython/ipython.info index 4fe95b741965c..eb1352e1493f3 100644 --- a/python/ipython/ipython.info +++ b/python/ipython/ipython.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipython/ipython-8.18. MD5SUM="b56b71635168357dc94ac384b0a78f0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data typing-extensions python3-exceptiongroup" +REQUIRES="python3-decorator python3-jedi python3-pexpect python3-matplotlib-inline pickleshare python3-prompt_toolkit backcall python3-stack_data python3-typing-extensions python3-exceptiongroup" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |