gdal: remove non windows deps from windows build

win/port-gdal
John Parent 2023-08-14 20:21:35 -04:00
parent a67455707a
commit b424388d6d
1 changed files with 1 additions and 1 deletions

View File

@ -243,9 +243,9 @@ class Gdal(CMakePackage, AutotoolsPackage, PythonExtension):
with when("build_system=autotools"):
depends_on("gmake", type="build")
depends_on("pkgconfig@0.25:", type="build")
# Required dependencies
depends_on("pkgconfig@0.25:", type="build")
depends_on("proj@6:", when="@3:")
depends_on("proj@:6", when="@2.5:2")
depends_on("proj@:5", when="@2.4")