9 buildPythonPackage rec {
10 pname = "robotframework-excellib";
15 inherit pname version;
16 hash = "sha256-ZzAwlYM8DgWD1hfWRnY8u2RnZc3V368kgigBApeDZYg=";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "ExcelLibrary" ];
30 # upstream has no tests
34 description = "Robot Framework library for working with Excel documents";
35 homepage = "https://github.com/peterservice-rnd/robotframework-excellib";
36 license = lib.licenses.asl20;
37 maintainers = with lib.maintainers; [ dotlambda ];