diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-30 18:51:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 19:01:12 +0700 |
commit | a222aa0e6353ee11fe83fc23e974de706e696d6f (patch) | |
tree | 224f04a1a5b8633dbcf3900773b232ea66d571ad | |
parent | c1697e2e57eb7d299611211d1a886076e27999e3 (diff) |
python/python3-cattrs: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-cattrs/python3-cattrs.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-cattrs/python3-cattrs.info b/python/python3-cattrs/python3-cattrs.info index d4875b9e1e..3487aee2c8 100644 --- a/python/python3-cattrs/python3-cattrs.info +++ b/python/python3-cattrs/python3-cattrs.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-23.2.3. MD5SUM="555a80a76a06708adc793ceab25326b9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="typing-extensions python3-attrs python3-exceptiongroup" +REQUIRES="python3-typing-extensions python3-attrs python3-exceptiongroup" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |