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:24:11 +01:00
parent dd73b3e57b
commit ed3f6b751c
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, defusedxml
, fetchPypi
, pbr
, cliff
@ -38,6 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pbr
cliff
defusedxml
jsonschema
testtools
paramiko