diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 07:59:49 +0700 |
commit | 560c5f875f97ce12c859ec1fdad69e812fd001fc (patch) | |
tree | 7df8bb7574829a60b99a62b84aa325cf0615b913 /gis | |
parent | 8d9e008128d74574904a07f2f22ae26580f71d9c (diff) |
gis/python3-cftime: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-cftime/python3-cftime.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/python3-cftime/python3-cftime.info b/gis/python3-cftime/python3-cftime.info index 81a8bbf6f142..6f074ce47439 100644 --- a/gis/python3-cftime/python3-cftime.info +++ b/gis/python3-cftime/python3-cftime.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Unidata/cftime/archive/v1.6.3rel/cftime-1.6.3rel.ta MD5SUM="2e77ad0b187fbdcd48fd1f39eecfa04a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-numpy python3-wheel python3-build" +REQUIRES="python3-numpy" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" |