py-fiona: python is a link dep (#35516)

This commit is contained in:
Adam J. Stewart 2023-02-16 18:56:12 -07:00 committed by GitHub
parent 68f82357c8
commit 03fb5c6aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ class PyFiona(PythonPackage):
version("1.7.12", sha256="8b54eb8422d7c502bb7776b184018186bede1a489cf438a7a47f992ade6a0e51") version("1.7.12", sha256="8b54eb8422d7c502bb7776b184018186bede1a489cf438a7a47f992ade6a0e51")
# pyproject.toml # pyproject.toml
depends_on("python", type=("build", "link", "run"))
depends_on("py-cython@0.29.29:0.29", when="@1.9:", type="build") depends_on("py-cython@0.29.29:0.29", when="@1.9:", type="build")
depends_on("py-setuptools@61:", when="@1.9:", type="build") depends_on("py-setuptools@61:", when="@1.9:", type="build")
depends_on("py-attrs@19.2:", when="@1.9:", type=("build", "run")) depends_on("py-attrs@19.2:", when="@1.9:", type=("build", "run"))