python3Packages.clifford: unbreak with h5py>=3
This commit is contained in:
parent
9e5c99331b
commit
1a75fd3940
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, fetchpatch
|
||||
, isPy27
|
||||
, future
|
||||
, h5py
|
||||
|
@ -21,6 +22,12 @@ buildPythonPackage rec {
|
|||
inherit pname version;
|
||||
sha256 = "ade11b20d0631dfc9c2f18ce0149f1e61e4baf114108b27cfd68e5c1619ecc0c";
|
||||
};
|
||||
patches = [ (fetchpatch {
|
||||
# Compatibility with h5py 3.
|
||||
# Will be included in the next releasse after 1.3.1
|
||||
url = "https://github.com/pygae/clifford/pull/388/commits/955d141662c68d3d61aa50a162b39e656684c208.patch";
|
||||
sha256 = "00m8ias58xycn5n78sy9wywf4wck1v0gb8gzmg40inzdiha93jyz";
|
||||
}) ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
future
|
||||
|
|
Loading…
Reference in a new issue