mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
Merge pull request #197664 from siriobalmelli-foss/fix/connexion
python3Packages.connexion: add missing dependency on 'packages'
This commit is contained in:
commit
2dedb1b228
@ -11,6 +11,7 @@
|
|||||||
, inflection
|
, inflection
|
||||||
, jsonschema
|
, jsonschema
|
||||||
, openapi-spec-validator
|
, openapi-spec-validator
|
||||||
|
, packaging
|
||||||
, pytest-aiohttp
|
, pytest-aiohttp
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
@ -43,6 +44,7 @@ buildPythonPackage rec {
|
|||||||
inflection
|
inflection
|
||||||
jsonschema
|
jsonschema
|
||||||
openapi-spec-validator
|
openapi-spec-validator
|
||||||
|
packaging
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
swagger-ui-bundle
|
swagger-ui-bundle
|
||||||
|
Loading…
Reference in New Issue
Block a user