python312Packages.sphinx-jupyterbook-latex: add missing test dependency

This commit is contained in:
TomaSajt 2024-05-08 01:48:09 +02:00
parent 818f65922c
commit f93a854c4c
No known key found for this signature in database
GPG Key ID: F011163C050122A1
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
, sphinx-external-toc
, sphinxcontrib-bibtex
, texsoup
, defusedxml
}:
buildPythonPackage rec {
@ -47,6 +48,7 @@ buildPythonPackage rec {
sphinx-external-toc
sphinxcontrib-bibtex
texsoup
defusedxml
];
meta = with lib; {