python/python3-cattrs: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-04-01 02:18:27 -06:00 committed by Willy Sudiarto Raharjo
parent 44b48d6866
commit e7f8a7a260
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -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-hatchling python3-attrs python3-exceptiongroup"
REQUIRES="typing-extensions python3-attrs python3-exceptiongroup"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"