python3Packages.agate-excel: add missing olefile dep

main
Luke Granger-Brown 3 years ago
parent fc77b402c0
commit b44357045a
  1. 4
      pkgs/development/python-modules/agate-excel/default.nix

@ -1,5 +1,5 @@
{ lib, fetchPypi, buildPythonPackage
, agate, openpyxl, xlrd, pytestCheckHook
, agate, openpyxl, xlrd, olefile, pytestCheckHook
}:
buildPythonPackage rec {
@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "62315708433108772f7f610ca769996b468a4ead380076dbaf6ffe262831b153";
};
propagatedBuildInputs = [ agate openpyxl xlrd ];
propagatedBuildInputs = [ agate openpyxl xlrd olefile ];
checkInputs = [ pytestCheckHook ];

Loading…
Cancel
Save