summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-can
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-can')
-rw-r--r--pkgs/development/python-modules/python-can/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];