python312Packages.python-can: relax msgpack constraint

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:57 +02:00
parent 090f6442fc
commit c8d67ce1bd
@@ -36,6 +36,7 @@ buildPythonPackage rec {
substituteInPlace tox.ini \
--replace " --cov=can --cov-config=tox.ini --cov-report=lcov --cov-report=term" ""
'';
pythonRelaxDeps = [ "msgpack" ];
nativeBuildInputs = [ setuptools ];