python310Packages.tempest: add missing input

Co-authored-by: Fabian Affolter <116184+fabaff@users.noreply.github.com>
This commit is contained in:
Sandro Jäckel
2023-02-22 11:27:14 +01:00
co-authored by Fabian Affolter
parent dd73b3e57b
commit ed3f6b751c
@@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, defusedxml
, fetchPypi
, pbr
, cliff
@@ -38,6 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pbr
cliff
defusedxml
jsonschema
testtools
paramiko