From 087259bf03fb9e18cf13e08d9a73c7465784f0d7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 14 Jul 2026 00:43:47 +0200 Subject: [PATCH] python3Packages.python-can: relax wrapt constraint --- pkgs/development/python-modules/python-can/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/python-can/default.nix b/pkgs/development/python-modules/python-can/default.nix index 2d862212805b..210f66365d91 100644 --- a/pkgs/development/python-modules/python-can/default.nix +++ b/pkgs/development/python-modules/python-can/default.nix @@ -42,6 +42,8 @@ buildPythonPackage rec { wrapt ]; + pythonRelaxDeps = [ "wrapt" ]; + optional-dependencies = { serial = [ pyserial ]; seeedstudio = [ pyserial ];