diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-17 21:06:22 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 19:19:34 +0700 |
commit | 6a12492c601ba4657254852fd7b0905ace92d0cf (patch) | |
tree | 9752ed2f832d1581450ec8340ff2e354be077592 /python/humanize | |
parent | 2d4d45c8192593d04a138aeef7b5a763b83b4e34 (diff) |
python/humanize: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/humanize')
-rw-r--r-- | python/humanize/humanize.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/humanize/humanize.info b/python/humanize/humanize.info index e9defad03ec9..64bb7848d797 100644 --- a/python/humanize/humanize.info +++ b/python/humanize/humanize.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/06/b1/9e491df2ee1c919d67ee328d MD5SUM="17dd6c0415a34c0478d5c849560276bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-installer python3-wheel python3-hatchling python3-hatch_vcs" +REQUIRES="python3-hatch_vcs" MAINTAINER="Tonus" EMAIL="tonus1@free.fr" |