diff --git a/pkgs/development/python-modules/python-can/default.nix b/pkgs/development/python-modules/python-can/default.nix index 019fd93c4a00..2fd0769d71d2 100644 --- a/pkgs/development/python-modules/python-can/default.nix +++ b/pkgs/development/python-modules/python-can/default.nix @@ -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 ];