1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
4 pname = "robotframework";
9 sha256 = "a0786a916d0572bd9d6afe26e95c6021e3df5dcafa0ece6b302e36366e58c24e";
14 description = "Generic test automation framework";
15 homepage = "https://robotframework.org/";
16 license = licenses.asl20;
17 maintainers = with maintainers; [ bjornfor ];