Merge pull request #122879 from risicle/ris-hickle-broken
python3Packages.hickle: mark as broken
This commit is contained in:
commit
4ad801ba3a
@ -42,6 +42,8 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = [ "hickle" ];
|
pythonImportsCheck = [ "hickle" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
# incompatible with h5py>=3.0, see https://github.com/telegraphic/hickle/issues/143
|
||||||
|
broken = true;
|
||||||
description = "Serialize Python data to HDF5";
|
description = "Serialize Python data to HDF5";
|
||||||
homepage = "https://github.com/telegraphic/hickle";
|
homepage = "https://github.com/telegraphic/hickle";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user