1 { lib, buildPythonPackage, fetchPypi, robotframework-seleniumlibrary }:
3 buildPythonPackage rec {
5 pname = "robotframework-selenium2library";
9 sha256 = "2a8e942b0788b16ded253039008b34d2b46199283461b294f0f41a579c70fda7";
12 # Neither the PyPI tarball nor the repository has tests
15 propagatedBuildInputs = [ robotframework-seleniumlibrary ];
18 description = "Web testing library for Robot Framework";
19 homepage = "https://github.com/robotframework/Selenium2Library";
20 license = licenses.asl20;
21 maintainers = [ maintainers.marsam ];