Package: dh-python Version: 5.20211114 Severity: normal I have noticed the following warning when building a Python package:
running install_scripts /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running egg_info I'm assuming that this call to setup.py install originates from pybuild. It's currently only a deprecation warning, but at some point it may become a fatal error. Best wishes, Julian