python3Packages.sphinxcontrib-jquery: fix build with doCheck=false (#339346)
Listed in the dependencies in https://github.com/sphinx-contrib/jquery/blob/80d1d3925c17c1860283323972680690f81d7b18/pyproject.toml#L38
This commit is contained in:
@@ -39,10 +39,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "sphinxcontrib.jquery" ];
|
||||
|
||||
dependencies = [
|
||||
sphinx
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
defusedxml
|
||||
pytestCheckHook
|
||||
sphinx
|
||||
];
|
||||
|
||||
pythonNamespaces = [ "sphinxcontrib" ];
|
||||
|
||||
Reference in New Issue
Block a user