summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-05-25 18:08:54 -0500
committerGitHub <noreply@github.com>2023-05-25 19:08:54 -0400
commitc0da8a00fc71cd216cbbf059aae6f41f17f0e964 (patch)
treeef43388536018947b11a6543e35402fac04f2e1a /var
parent3f18f689d8d4cfb10ef050091521acff97bfad09 (diff)
downloadspack-c0da8a00fc71cd216cbbf059aae6f41f17f0e964.tar.gz
spack-c0da8a00fc71cd216cbbf059aae6f41f17f0e964.tar.bz2
spack-c0da8a00fc71cd216cbbf059aae6f41f17f0e964.tar.xz
spack-c0da8a00fc71cd216cbbf059aae6f41f17f0e964.zip
fix(protobuf-c): set version bound for protobuf dependency (#37917)
Fix #37887 GitLab CI failure.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/protobuf-c/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/protobuf-c/package.py b/var/spack/repos/builtin/packages/protobuf-c/package.py
index 618f4fea81..205451405e 100644
--- a/var/spack/repos/builtin/packages/protobuf-c/package.py
+++ b/var/spack/repos/builtin/packages/protobuf-c/package.py
@@ -20,5 +20,5 @@ class ProtobufC(AutotoolsPackage):
version("1.4.1", sha256="4cc4facd508172f3e0a4d3a8736225d472418aee35b4ad053384b137b220339f")
version("1.3.2", sha256="53f251f14c597bdb087aecf0b63630f434d73f5a10fc1ac545073597535b9e74")
- depends_on("protobuf")
+ depends_on("protobuf@:3.21.12")
depends_on("pkgconfig", type="build")