diff --git a/overrides.nix b/overrides.nix index cf52c75..9db751f 100644 --- a/overrides.nix +++ b/overrides.nix @@ -12,6 +12,12 @@ self: super: } ); + aiohttp-swagger3 = super.aiohttp-swagger3.overridePythonAttrs ( + old: { + nativeBuildInputs = old.nativeBuildInputs ++ [ self.pytest-runner ]; + } + ); + ansible = super.ansible.overridePythonAttrs ( old: {