From 01c9780577ca47e9e6a20937915506248f87f095 Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Wed, 14 Sep 2022 18:57:20 +0200 Subject: py-awkward: allow newer, fixed rapidjson versions (#32650) Rapidjson was constrained due to a bug (see https://github.com/spack/spack/pull/29889) , but newer (although untagged) versions of rapidjson have since been added to spack (https://github.com/spack/spack/pull/29869). Tested the build of py-awkward with the latest, works fine. --- var/spack/repos/builtin/packages/py-awkward/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/py-awkward/package.py b/var/spack/repos/builtin/packages/py-awkward/package.py index dd8269a24c..2c258ec109 100644 --- a/var/spack/repos/builtin/packages/py-awkward/package.py +++ b/var/spack/repos/builtin/packages/py-awkward/package.py @@ -37,6 +37,6 @@ class PyAwkward(PythonPackage): depends_on("py-numpy@1.13.1:", type=("build", "run")) depends_on("py-pybind11", type=("build", "link")) depends_on("dlpack", when="@1.0.0:") - depends_on("rapidjson@:1.1.0") + depends_on("rapidjson") depends_on("cmake@3.13:", type="build") depends_on("py-wheel@0.36.0:", type="build", when="@:1.7.0") -- cgit v1.2.3-60-g2f50