Bug#1124554: onetbb FTCBFS: cannot satisfy documentation dependencies
Alexandre Detiste
alexandre.detiste at gmail.com
Thu Aug 6 10:24:44 BST 2026
Hi Helmut,
Without the explicit <!nodoc> flags, sphinx-design has been added to the
key package set as of today; which go against a long standing goal
to reduce the key package set.
(you can find my daily querry hereunder)
I'm building the package right now with the <!nodoc> added back.
BTW I 100% support the initiative behind #1124554
and already similar patches of yours myself.
Greetings
Alexandre
https://release.debian.org/key-packages.html
tchet at quieter:~/tracker/key$ git diff
diff --git a/key-src b/key-src
index ec9fc47..ae28f94 100644
--- a/key-src
+++ b/key-src
@@ -4558,6 +4558,7 @@ sphinxcontrib-qthelp
sphinxcontrib-restbuilder
sphinxcontrib-spelling
sphinx-copybutton
+sphinx-design
sphinxext-opengraph
sphinx-favicon
sphinx-inline-tabs
diff --git a/python b/python
index 48388da..b40b3e4 100644
--- a/python
+++ b/python
@@ -111,6 +111,7 @@ mypy build-depends python3-typeshed
nss-pam-ldapd build-depends-indep python3-daemon
nss-pam-ldapd build-depends-indep python3-ldap
numpy build-depends python3-pyproject-metadata
+onetbb build-depends-indep python3-sphinx-design
onnxruntime build-depends python3-pybind11
openmpi build-depends python3-recommonmark
orca build-depends python3-dasbus
tchet at quieter:~/tracker/key$ cat key.sh
#!/bin/sh
if ! test -f key_packages.yaml.cgi
then
wget https://udd.debian.org/cgi-bin/key_packages.yaml.cgi
yq -r '.[].source' key_packages.yaml.cgi | grep -v ^rust- | grep -v
^node- > key-src
fi
yq -r '.[].reason' key_packages.yaml.cgi \
| grep build-depends \
| grep -e py -e sphinx -e furo -e mkdocs -e json-schema-test-suite -e pillow \
| grep -v 'depends.* dh-autoreconf' \
| grep -v 'depends.* dh-doc-privacy' \
| grep -v 'depends.* dh-sequence-dist-zilla' \
| grep -v 'depends.* dh-sequence-vim-addon' \
| grep -v 'depends lib.*-dev' \
| grep -v 'depends.* lib.*-java' \
| grep -v 'depends.* lib.*-perl' \
| grep -v 'depends libghc' \
| grep -v 'depends libqt' \
| grep -v 'depends librust' \
| grep -v 'depends node' \
| grep -v 'depends py.*-dev' \
| grep -v 'depends qt' \
| grep -v 'depends ruby' \
| grep -v 'pandoc build-depends happy' \
| sort > python
git diff
More information about the debian-science-maintainers
mailing list