6 , robotframework-pythonlibcore
14 buildPythonPackage rec {
15 pname = "robotframework-seleniumlibrary";
19 # no tests included in PyPI tarball
20 src = fetchFromGitHub {
21 owner = "robotframework";
22 repo = "SeleniumLibrary";
23 rev = "refs/tags/v${version}";
24 sha256 = "sha256-/bYk8S9fGTsftBokz1FH+7HwdhhtAvZgtQscUESTsjY=";
31 propagatedBuildInputs = [
33 robotframework-pythonlibcore
45 mkdir utest/output_dir
49 changelog = "https://github.com/robotframework/SeleniumLibrary/blob/${src.rev}/docs/SeleniumLibrary-${version}.rst";
50 description = "Web testing library for Robot Framework";
51 homepage = "https://github.com/robotframework/SeleniumLibrary";
52 license = licenses.asl20;