10 buildPythonPackage rec {
11 pname = "robotframework-excellib";
16 inherit pname version;
17 hash = "sha256-ZzAwlYM8DgWD1hfWRnY8u2RnZc3V368kgigBApeDZYg=";
20 nativeBuildInputs = [ setuptools ];
22 propagatedBuildInputs = [
27 pythonImportsCheck = [ "ExcelLibrary" ];
29 # upstream has no tests
33 description = "Robot Framework library for working with Excel documents";
34 homepage = "https://github.com/peterservice-rnd/robotframework-excellib";
35 license = lib.licenses.asl20;
36 maintainers = with lib.maintainers; [ dotlambda ];