python3.pkgs.tables: fix build

This commit is contained in:
rxiao
2023-04-11 17:27:42 +10:00
parent 8d474038ef
commit 97c29cb888
@@ -16,6 +16,7 @@
# Test inputs
, python
, pytest
, py-cpuinfo
}:
buildPythonPackage rec {
@@ -42,9 +43,10 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
blosc2
py-cpuinfo
numpy
numexpr
packaging # uses packaging.version at runtime
packaging # uses packaging.version at runtime
];
# When doing `make distclean`, ignore docs