python3Packages.hickle: mark as broken

looks like this will be broken until
https://github.com/telegraphic/hickle/issues/143 is addressed
This commit is contained in:
Robert Scott 2021-05-13 20:24:03 +01:00
parent 4db7d30365
commit 277996b0e9

View file

@ -42,6 +42,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "hickle" ];
meta = {
# incompatible with h5py>=3.0, see https://github.com/telegraphic/hickle/issues/143
broken = true;
description = "Serialize Python data to HDF5";
homepage = "https://github.com/telegraphic/hickle";
license = lib.licenses.mit;