Merge pull request #122879 from risicle/ris-hickle-broken

python3Packages.hickle: mark as broken
This commit is contained in:
Fabian Affolter 2021-05-13 22:54:41 +02:00 committed by GitHub
commit 4ad801ba3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;