mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
python310Packages.tempest: add missing input
Co-authored-by: Fabian Affolter <116184+fabaff@users.noreply.github.com>
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user