summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
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
commit8d9e008128d74574904a07f2f22ae26580f71d9c (patch)
treed96e1ec872c02881f4a600ccccf14b2ab9a321a5 /gis
parent3389bf73ca8fcacbfe86a08bf64078d39f6e4dfb (diff)
downloadslackbuilds-8d9e008128d74574904a07f2f22ae26580f71d9c.tar.gz
slackbuilds-8d9e008128d74574904a07f2f22ae26580f71d9c.tar.xz
gis/pdal: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/pdal/pdal.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info
index c17feb5006..2fecbd39da 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.6.2/PDAL-2.6.2.tar.gz"
MD5SUM="674163b685de66538a75d6570d94cd3b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gdal hdf5 libgeotiff netcdf postgresql"
+REQUIRES="gdal libgeotiff netcdf postgresql"
MAINTAINER="Giancarlo Dessi"
EMAIL="slack@giand.it"