python/python3-annotated-types: Rename typing-extensions dep

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-08-30 18:51:31 -07:00 committed by Willy Sudiarto Raharjo
parent 783c22fdab
commit 658e942c1c
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/a/annotated-types/annot
MD5SUM="5fe2125b08851f0d05a8efad6456861c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatchling typing-extensions"
REQUIRES="python3-hatchling python3-typing-extensions"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"