python311Packages.sphinxcontrib-*: disable runtime deps check

These have circular dependencies on sphinx.
This commit is contained in:
Martin Weinelt
2023-12-20 20:10:22 +01:00
parent 8f3162f83f
commit 0c0f77f019
6 changed files with 7 additions and 0 deletions
@@ -23,6 +23,7 @@ buildPythonPackage rec {
];
# Check is disabled due to circular dependency of sphinx
dontCheckRuntimeDeps = true;
doCheck = false;
pythonNamespaces = [ "sphinxcontrib" ];
@@ -23,6 +23,7 @@ buildPythonPackage rec {
];
# Check is disabled due to circular dependency of sphinx
dontCheckRuntimeDeps = true;
doCheck = false;
pythonNamespaces = [ "sphinxcontrib" ];
@@ -23,6 +23,7 @@ buildPythonPackage rec {
];
# Check is disabled due to circular dependency of sphinx
dontCheckRuntimeDeps = true;
doCheck = false;
pythonNamespaces = [ "sphinxcontrib" ];
@@ -23,6 +23,7 @@ buildPythonPackage rec {
];
# Check is disabled due to circular dependency of sphinx
dontCheckRuntimeDeps = true;
doCheck = false;
pythonNamespaces = [ "sphinxcontrib" ];
@@ -23,6 +23,7 @@ buildPythonPackage rec {
];
# Check is disabled due to circular dependency of sphinx
dontCheckRuntimeDeps = true;
doCheck = false;
pythonNamespaces = [ "sphinxcontrib" ];
@@ -26,6 +26,8 @@ buildPythonPackage rec {
sphinxcontrib-serializinghtml
];
# circular dependency on sphinx
dontCheckRuntimeDeps = true;
doCheck = false;
pythonNamespaces = [ "sphinxcontrib" ];