severity 1126416 minor thanks
Hi, Am 25.01.26 um 16:00 schrieb Alexandre Detiste:
I was checking out why LibreOffice was recommemnding python3-setuptools, that answer I did not found.
Just for complenetess: The libreoffice metapackage does, yes. Because it tries (some exceptions) to resemble what upstream ships. And upstream does ship setuptools in their internal python and actually even tests for presence in the testsuite: https://bugs.documentfoundation.org/show_bug.cgi?id=161947. Which is also why the source Build-Depends-Arch: [...] python3-setuptools [...] <!nocheck !nopython>, [...] (in addition to it being in Build-Depends: for PYTHON_SITE:=$(shell $(PYTHON) -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())') uses is the distutils -> setuptools redirection magic-
But I noticed this outdated part of the long description: PYTHON_SITE:=$(shell $(PYTHON) -c 'from distutils import sysconfig; print(sysconfig.get_python_lib())') ``` * libreoffice-gtk(2|3): Gtk UI Plugin, GNOME File Picker support ```
This explicitely says 2|3, but yeah, I get your point. This isn't a "normal" bug then but "minor": https://www.debian.org/Bugs/Developer#severities [...] normal the default value, applicable to most bugs. minor a problem which doesn't affect the package's usefulness, and is presumably trivial to fix. [...] Regards, Rene

