summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author David Spencer2022-11-06 20:36:52 +0100
committer Willy Sudiarto Raharjo2022-11-12 16:33:15 +0100
commit511479599c5b0f4c0b5527836d7edb2459d406dd (patch)
tree476027f3ccdd8d1b28ae38c02c9ad61ff57c5480 /gis
parent420a4547412c51ca5b2eeac11f7fa5f030412c55 (diff)
downloadslackbuilds-511479599c5b0f4c0b5527836d7edb2459d406dd.tar.gz
gis/grass: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/grass/grass.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/grass/grass.info b/gis/grass/grass.info
index 6cf10ee75f..c636164541 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"