1 { lib, fetchPypi, buildPythonPackage, pyparsing, robotframework, allpairspy }:
3 buildPythonPackage rec {
9 sha256 = "4251d405759a38f1e665acc245dcbcdec319376718169a73c57560183370fe0e";
12 propagatedBuildInputs = [ pyparsing robotframework allpairspy ];
14 # Remove Windows .bat files
20 substituteInPlace setup.py --replace "argparse" ""
24 description = "Test data generator for Robot Framework";
25 homepage = "https://github.com/mkorpela/RoboMachine";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ bjornfor ];