#1141923 lxml: please drop the unused python3-sphinx-autoapi build-dependency

#1141923#5
Date:
2026-07-12 16:46:57 UTC
From:
To:
Dear Maintainer,

I'm trying to reduce the key package set.

I noticed that lxml does not require python3-sphinx-autoapi anymore to build.

Can you please remove the one line from d/control ?

Greetings

Alexandre






lxml-6.1.0$ cat doc/api/conf.py
# -- General configuration ---------------------------------------------------

extensions = [
    'sphinx.ext.autodoc',
    'sphinx.ext.viewcode',
    'sphinx_rtd_theme',
]


lxml-6.1.0$ grep autoapi -r
debian/control:  python3-sphinx-autoapi,
tmp/lxml-6.1.0$