Loading pkgs/development/python-modules/openapi-core/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ pytest-aiohttp, pytest-cov-stub, pytestCheckHook, pythonOlder, responses, requests, starlette, Loading @@ -31,20 +30,22 @@ buildPythonPackage rec { pname = "openapi-core"; version = "0.19.4"; version = "0.19.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "p1c2u"; repo = "openapi-core"; tag = version; hash = "sha256-JvWusDokov8G0UO9oOkGicAI7wYZTnNywbvKMZKQWiQ="; hash = "sha256-Q7Z6bq8TztNm2QLL7g23rOGnXVfiTDjquHAhcSWYlC4="; }; build-system = [ poetry-core ]; pythonRelaxDeps = [ "werkzeug" ]; dependencies = [ isodate more-itertools Loading Loading
pkgs/development/python-modules/openapi-core/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ pytest-aiohttp, pytest-cov-stub, pytestCheckHook, pythonOlder, responses, requests, starlette, Loading @@ -31,20 +30,22 @@ buildPythonPackage rec { pname = "openapi-core"; version = "0.19.4"; version = "0.19.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "p1c2u"; repo = "openapi-core"; tag = version; hash = "sha256-JvWusDokov8G0UO9oOkGicAI7wYZTnNywbvKMZKQWiQ="; hash = "sha256-Q7Z6bq8TztNm2QLL7g23rOGnXVfiTDjquHAhcSWYlC4="; }; build-system = [ poetry-core ]; pythonRelaxDeps = [ "werkzeug" ]; dependencies = [ isodate more-itertools Loading