Merge pull request #312497 from SuperSandro2000/310075

This commit is contained in:
Sandro 2024-05-23 14:44:07 +02:00 committed by GitHub
commit ab33d0eb5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
pbr,
appdirs,
cliff,
dogpile-cache,
jsonschema,
@ -11,12 +9,14 @@
openstacksdk,
osc-lib,
oslo-utils,
oslotest,
pbr,
platformdirs,
pyyaml,
requests,
stevedore,
stestr,
requests-mock,
oslotest,
stestr,
stevedore,
}:
buildPythonPackage rec {
@ -30,8 +30,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
pbr
appdirs
cliff
dogpile-cache
jsonschema
@ -39,6 +37,8 @@ buildPythonPackage rec {
openstacksdk
osc-lib
oslo-utils
pbr
platformdirs
pyyaml
requests
stevedore