summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-can/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-10-11 01:45:31 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-10-13 11:09:57 +0200
commitc8d67ce1bd720b67ad22dbcb659fcfe0ea5db370 (patch)
tree17248183088e3059f97297e78781496d96330624 /pkgs/development/python-modules/python-can/default.nix
parent090f6442fc9d1ec85ff6ab5ba020cc3727a7a515 (diff)
python312Packages.python-can: relax msgpack constraint
Diffstat (limited to 'pkgs/development/python-modules/python-can/default.nix')
-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 ];