From 5533c19fd30182c68bd898c8c4a70044405fafc7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Jul 2026 02:11:07 +0200 Subject: [PATCH] python3Packages.freenub: relax cbor2 constraint --- pkgs/development/python-modules/freenub/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/freenub/default.nix b/pkgs/development/python-modules/freenub/default.nix index f138d0a7fade..ee075de2559b 100644 --- a/pkgs/development/python-modules/freenub/default.nix +++ b/pkgs/development/python-modules/freenub/default.nix @@ -35,6 +35,8 @@ buildPythonPackage rec { requests ]; + pythonRelaxDeps = [ "cbor2" ]; + nativeCheckInputs = [ busypie pytest-asyncio