Skip to content

Commit 6b44e07

Browse files
authored
spykfunc: limit patch (spack#1042)
1 parent fba4a35 commit 6b44e07

File tree

1 file changed

+1
-1
lines changed
  • var/spack/repos/builtin/packages/spykfunc

1 file changed

+1
-1
lines changed

var/spack/repos/builtin/packages/spykfunc/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Spykfunc(PythonPackage):
6262

6363
patch('setup-spark3.patch', when='@:0.15.6 ^spark@3:')
6464
patch('properties-spark3.patch', when='@:0.15.6 ^spark@3:')
65-
patch('bogus-h5py.patch', when='@0.15.2:0.16.999')
65+
patch('bogus-h5py.patch', when='@0.15.2:0.15.9')
6666

6767
def setup_build_environment(self, env):
6868
# This is a rather ugly setup to run spykfunc without having to

0 commit comments

Comments
 (0)