python3Packages.zarr: propagate msgpack

This commit is contained in:
Peder Bergebakken Sundt
2023-12-20 20:46:30 +01:00
committed by Martin Weinelt
parent 829c0f74a4
commit fcc2aa78bb
@@ -4,6 +4,7 @@
, fasteners
, fetchPypi
, numcodecs
, msgpack
, numpy
, pytestCheckHook
, pythonOlder
@@ -31,7 +32,7 @@ buildPythonPackage rec {
numpy
fasteners
numcodecs
];
] ++ numcodecs.optional-dependencies.msgpack;
nativeCheckInputs = [
pytestCheckHook