Merge pull request #217657 from SuperSandro2000/tempest

python310Packages.tempest: add missing input
This commit is contained in:
Fabian Affolter 2023-02-22 15:37:34 +01:00 committed by GitHub
commit c6546188cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{ lib
, buildPythonPackage
, defusedxml
, fetchPypi
, pbr
, cliff
@ -14,6 +15,7 @@
, oslo-serialization
, oslo-utils
, fixtures
, pythonOlder
, pyyaml
, subunit
, stevedore
@ -29,6 +31,9 @@
buildPythonPackage rec {
pname = "tempest";
version = "33.0.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
@ -38,6 +43,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
pbr
cliff
defusedxml
jsonschema
testtools
paramiko