Merge pull request #197664 from siriobalmelli-foss/fix/connexion
python3Packages.connexion: add missing dependency on 'packages'
This commit is contained in:
commit
2dedb1b228
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
, inflection
|
||||
, jsonschema
|
||||
, openapi-spec-validator
|
||||
, packaging
|
||||
, pytest-aiohttp
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
|
@ -43,6 +44,7 @@ buildPythonPackage rec {
|
|||
inflection
|
||||
jsonschema
|
||||
openapi-spec-validator
|
||||
packaging
|
||||
pyyaml
|
||||
requests
|
||||
swagger-ui-bundle
|
||||
|
|
Loading…
Reference in a new issue