summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-04-08 11:26:46 +0200
committerGitHub <noreply@github.com>2024-04-08 11:26:46 +0200
commitd3913938bc75aa3d60bf9b3ea44c9d8fb925b0c5 (patch)
treeb3b12c17da2dff4181f7978d9207609d28dc80f9
parent4179880fe6b00e2f7a06e1e722084abd381809d4 (diff)
downloadspack-d3913938bc75aa3d60bf9b3ea44c9d8fb925b0c5.tar.gz
spack-d3913938bc75aa3d60bf9b3ea44c9d8fb925b0c5.tar.bz2
spack-d3913938bc75aa3d60bf9b3ea44c9d8fb925b0c5.tar.xz
spack-d3913938bc75aa3d60bf9b3ea44c9d8fb925b0c5.zip
py-tatsu: add upperbound on python (#43510)
-rw-r--r--var/spack/repos/builtin/packages/py-tatsu/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-tatsu/package.py b/var/spack/repos/builtin/packages/py-tatsu/package.py
index f1a612b294..a558d1805b 100644
--- a/var/spack/repos/builtin/packages/py-tatsu/package.py
+++ b/var/spack/repos/builtin/packages/py-tatsu/package.py
@@ -24,3 +24,8 @@ class PyTatsu(PythonPackage):
depends_on("py-setuptools", type="build")
# optional dependency, otherwise falls back to standard implementation
depends_on("py-regex@2018.8:", type=("build", "run"), when="+future_regex")
+
+ # <<< manual changes
+ # https://github.com/neogeny/TatSu/commit/a4fd84a2785fb0820ed65fe80ebd768458643b66
+ depends_on("python@:3.9", type=("build", "run"), when="@:4")
+ # manual changes >>>