11 buildPythonPackage rec {
12 pname = "robomachine";
17 pname = "RoboMachine";
19 hash = "sha256-XrxHaV9U7mZ2TvySHGm6qw1AsoukppzwPq4wufIjL+k=";
26 propagatedBuildInputs = [
32 pythonRemoveDeps = [ "argparse" ];
34 pythonRelaxDeps = [ "pyparsing" ];
36 pythonImportsCheck = [ "robomachine" ];
39 description = "Test data generator for Robot Framework";
40 homepage = "https://github.com/mkorpela/RoboMachine";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ bjornfor ];