Merge pull request #182005 from bcdarwin/tables-update-hdf5

python3Packages.tables: hdf5_1_10 -> hdf5
This commit is contained in:
Mario Rodas 2022-08-13 01:13:45 -05:00 committed by GitHub
commit b00aa8ded7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10497,9 +10497,7 @@ in {
tableaudocumentapi = callPackage ../development/python-modules/tableaudocumentapi { };
tables = callPackage ../development/python-modules/tables {
hdf5 = pkgs.hdf5_1_10;
};
tables = callPackage ../development/python-modules/tables { };
tablib = callPackage ../development/python-modules/tablib { };