Merge pull request #197664 from siriobalmelli-foss/fix/connexion

python3Packages.connexion: add missing dependency on 'packages'
This commit is contained in:
Fabian Affolter 2022-10-26 22:20:12 +02:00 committed by GitHub
commit 2dedb1b228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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