- Package:
- src:python-docs-theme
- Source:
- src:python-docs-theme
- Submitter:
- Alexandre Detiste
- Date:
- 2026-08-27 16:45:02 UTC
- Severity:
- normal
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$