Commit 042538d5 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.h5py: inherit hdf5 in passthru

parent 91cbfa90
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -79,6 +79,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "h5py" ];

  passthru = {
    # To evaluate more easily *Support flags of it from within Python Packages.
    inherit hdf5;
  };

  meta = {
    changelog = "https://github.com/h5py/h5py/blob/${version}/docs/whatsnew/${lib.versions.majorMinor version}.rst";
    description = "Pythonic interface to the HDF5 binary data format";