python3Packages.python-can: relax wrapt constraint

This commit is contained in:
Martin Weinelt
2026-07-14 00:43:47 +02:00
parent 9fb21b00b3
commit 087259bf03

View File

@@ -42,6 +42,8 @@ buildPythonPackage rec {
wrapt
];
pythonRelaxDeps = [ "wrapt" ];
optional-dependencies = {
serial = [ pyserial ];
seeedstudio = [ pyserial ];