From 0c0f77f0191be2a252d42616b3d6da9becd6f568 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 27 Nov 2023 23:59:50 +0100 Subject: python311Packages.sphinxcontrib-*: disable runtime deps check These have circular dependencies on sphinx. --- pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/python-modules/sphinxcontrib-devhelp') diff --git a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix index b254d4b64327b..8d326fe1e0f92 100644 --- a/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-devhelp/default.nix @@ -23,6 +23,7 @@ buildPythonPackage rec { ]; # Check is disabled due to circular dependency of sphinx + dontCheckRuntimeDeps = true; doCheck = false; pythonNamespaces = [ "sphinxcontrib" ]; -- cgit 1.4.1