From 81ca1b9f12c619b7aa063faab71db15e0c191ee2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 9 May 2026 20:21:06 +0200 Subject: [PATCH] python3Packages.aiortc: relax av constraint --- pkgs/development/python-modules/aiortc/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/aiortc/default.nix b/pkgs/development/python-modules/aiortc/default.nix index c1111963e9f0..12710d9f4eaf 100644 --- a/pkgs/development/python-modules/aiortc/default.nix +++ b/pkgs/development/python-modules/aiortc/default.nix @@ -50,6 +50,8 @@ buildPythonPackage rec { dnspython ]; + pythonRelaxDeps = [ "av" ]; + nativeCheckInputs = [ numpy pytestCheckHook