On Sat, Aug 31, 2024 at 07:06:30PM -0400, Jonathan Kamens wrote: > |dh clean --with python3 --buildsystem=pybuild dh_auto_clean > -O--buildsystem=pybuild I: pybuild base:311: python3.12 setup.py > clean /usr/lib/python3/dist-packages/setuptools/__init__.py:88: > _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are > deprecated. !! > > ******************************************************************************** > Requirements should be satisfied by a PEP 517 installer. If you are > using pip, you can try `pip install --use-pep517`. > > ********************************************************************************
As well as the other replies you've got here, you can fix this deprecation warning by adding pybuild-plugin-pyproject to Build-Depends so that pybuild will call into Python packaging in a non-deprecated way. (Sometimes that requires other adjustments too, but in this case adding the build-dependency on its own is enough.) -- Colin Watson (he/him) [cjwat...@debian.org]