Source: referencing Version: 0.36.2-2 Severity: important Tags: patch Hi,
your package is part of the key package set. By extension it's build-dependencies are also added to the key package set. Unfortunately your package currently Build-Depends: jupyter-server, apparently without using it - the package builds fine with jupyter-server removed. Please remove jupyter-server from Build-Depends: to keep the key package set as small as possible (which is already quite big). At the current moment jupyter-server causes terminado to be added to the key package set, but terminado is rc-buggy. Trivial patch: diff -Nru referencing-0.36.2/debian/control referencing-0.36.2/debian/control --- referencing-0.36.2/debian/control 2025-11-28 20:29:29.000000000 +0100 +++ referencing-0.36.2/debian/control 2026-01-05 21:54:07.000000000 +0100 @@ -13,7 +13,6 @@ python3-hatchling, python3-pytest, python3-traitlets, - jupyter-server, python3-rpds-py, #Testsuite: autopkgtest-pkg-python Standards-Version: 4.6.2 Many thanks, Chris

