py-pyogrio: add missing GDAL dependency (#46458)

This commit is contained in:
Adam J. Stewart 2024-09-20 01:25:33 +02:00 committed by GitHub
parent e4927b35d1
commit 7f57a85514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ class PyPyogrio(PythonPackage):
version("0.9.0", sha256="6a6fa2e8cf95b3d4a7c0fac48bce6e5037579e28d3eb33b53349d6e11f15e5a8")
depends_on("python@3.8:", type=("build", "run"))
depends_on("gdal@2.4:", type=("build", "link", "run"))
depends_on("py-cython@0.29:", type="build")
depends_on("py-versioneer@0.28 +toml", type="build")
# this is an implicit dependency already listed in py-versioneer, not needed