python311Packages.robotframework-databaselibrary: add missing dependency
This commit is contained in:
parent
2d9cbaf7a2
commit
ee690c0c4b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, setuptools
|
||||
, robotframework
|
||||
, robotframework-excellib
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
robotframework
|
||||
robotframework-excellib
|
||||
];
|
||||
|
||||
# unit tests are impure
|
||||
|
|
Loading…
Reference in a new issue