From c8d67ce1bd720b67ad22dbcb659fcfe0ea5db370 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 11 Oct 2024 01:45:31 +0200 Subject: python312Packages.python-can: relax msgpack constraint --- pkgs/development/python-modules/python-can/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/python-modules/python-can') 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 ]; -- cgit v1.2.3