diff options
author | David Spencer <baildon.research@googlemail.com> | 2022-11-06 19:36:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:15 +0700 |
commit | 511479599c5b0f4c0b5527836d7edb2459d406dd (patch) | |
tree | 476027f3ccdd8d1b28ae38c02c9ad61ff57c5480 | |
parent | 420a4547412c51ca5b2eeac11f7fa5f030412c55 (diff) |
gis/grass: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/grass/grass.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/grass/grass.info b/gis/grass/grass.info index 6cf10ee75f9e..c63616454187 100644 --- a/gis/grass/grass.info +++ b/gis/grass/grass.info @@ -5,6 +5,6 @@ DOWNLOAD="https://grass.osgeo.org/grass78/source/grass-7.8.0.tar.gz" MD5SUM="e9b9d3bbbfe3ef9055ea1398b2222de4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gdal numpy3 wxPython4" +REQUIRES="gdal python3-numpy wxPython4" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |