py-triangle: restrict Python version (#38808)

This commit is contained in:
Manuela Kuhn 2023-07-10 02:12:42 +02:00 committed by GitHub
parent eef14ddcad
commit 1ed934c710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,9 @@ class PyTriangle(PythonPackage):
version("20200424", sha256="fc207641f8f39986f7d2bee1b91688a588cd235d2e67777422f94e61fece27e9")
depends_on("python@:3.9", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("py-cython", type="build")
depends_on("triangle", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
depends_on("py-cython", type=("build"))