python3Packages.python-can: relax wrapt constraint

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:27 +02:00
parent 9fb21b00b3
commit 087259bf03
@@ -42,6 +42,8 @@ buildPythonPackage rec {
wrapt
];
pythonRelaxDeps = [ "wrapt" ];
optional-dependencies = {
serial = [ pyserial ];
seeedstudio = [ pyserial ];