diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:20:59 +0000 |
commit | 2998bfc368dfe6f6692ac4bc15b0f8ce919f8261 (patch) | |
tree | 4576e1f794f5177b19be99e8d7f6d568f273999e /debian/tests/control | |
parent | Merging upstream version 7.3.7. (diff) | |
download | sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.tar.xz sphinx-2998bfc368dfe6f6692ac4bc15b0f8ce919f8261.zip |
Adding debian version 7.3.7-1.debian/7.3.7-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/tests/control | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control index 3e6c688..c05188a 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,10 +1,14 @@ Tests: python3-sphinx -Depends: dvipng, +Depends: cython3, + dvipng, + dvisvgm, fonts-freefont-otf, + gcc, graphviz, imagemagick-6.q16, librsvg2-bin, - python3-all, + python3-all-dev, + python3-defusedxml, python3-filelock, python3-html5lib, python3-pytest, |