7 buildPythonPackage rec {
9 pname = "robotframework-databaselibrary";
12 inherit pname version;
13 sha256 = "627d872b3dda6a308a650ac9e676dadedf9c294e4ef70ad207cbb86b78eb8847";
16 # unit tests are impure
19 propagatedBuildInputs = [ robotframework ];
22 description = "Database Library contains utilities meant for Robot Framework";
23 homepage = "https://github.com/franz-see/Robotframework-Database-Library";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ talkara ];