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:
Johannes Jöns
2024-09-15 08:13:26 +00:00
committed by GitHub
@@ -39,10 +39,13 @@ buildPythonPackage rec {
pythonImportsCheck = [ "sphinxcontrib.jquery" ];
dependencies = [
sphinx
];
nativeCheckInputs = [
defusedxml
pytestCheckHook
sphinx
];
pythonNamespaces = [ "sphinxcontrib" ];