#1145911 python-docs-theme: please drop the extraneous python3-setuptools build-dependency

#1145911#5
Date:
2026-08-27 16:42:36 UTC
From:
To:
Hi Matthias,

python3-setuptools is not needed anymore since the move to flit

Greetings

Alexandre


tchet@quieter:/tmp/python-docs-theme-2026.4$ grep setuptools -r
debian/control: python3-setuptools,
tchet@quieter:/tmp/python-docs-theme-2026.4$ grep flit -r
debian/control: flit,
debian/changelog:  * Build-depend on flit.
pyproject.toml:build-backend = "flit_core.buildapi"
pyproject.toml:  "flit-core>=3.7",
pyproject.toml:[tool.flit]
tchet@quieter:/tmp/python-docs-theme-2026.4$