python311Packages.sphinxcontrib-*: disable runtime deps check
These have circular dependencies on sphinx.
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user