py-charm4py: needs Cython<3.0 (#42491)
* py-charm4py: needs Cython<3.0 * Update var/spack/repos/builtin/packages/py-charm4py/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
b88c4792a7
commit
32c2e240f8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class PyCharm4py(PythonPackage):
|
||||||
depends_on("py-setuptools", type="build")
|
depends_on("py-setuptools", type="build")
|
||||||
# in newer pip versions --install-option does not exist
|
# in newer pip versions --install-option does not exist
|
||||||
depends_on("py-pip@:23.0", type="build")
|
depends_on("py-pip@:23.0", type="build")
|
||||||
depends_on("py-cython", type="build")
|
depends_on("py-cython@:2", type="build")
|
||||||
depends_on("py-cffi@1.7:", type="build")
|
depends_on("py-cffi@1.7:", type="build")
|
||||||
depends_on("py-numpy@1.10.0:", type=("build", "run"))
|
depends_on("py-numpy@1.10.0:", type=("build", "run"))
|
||||||
depends_on("py-greenlet", type=("build", "run"))
|
depends_on("py-greenlet", type=("build", "run"))
|
||||||
|
|
Loading…
Reference in a new issue