When using pip in a `--system-site-packages` venv, I get this warning:
WARNING: Skipping /usr/lib/python3.12/dist-packages/python_gitlab-4.3.0.dist-info due to invalid metadata entry 'name'
I also get one for python3-tqdm, but that has already been fixed in
unstable (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077191).
These two are the only packages that install files to
/usr/lib/python3.12/dist-packages/ on my system.
I'd guess that applying the same fix as for
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077191 should resolve
this.