Open grawlinson opened 1 year ago
Related warning on debian bookworm:
DEPRECATION: sphinxcontrib-fulltoc is being installed using the legacy 'setup.py
install' method, because it does not have a 'pyproject.toml' and the 'wheel'
package is not installed. pip 23.1 will enforce this behaviour change.
A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
I'm in the process of packaging this for Arch Linux, there's quite a few deprecation warnings displayed when building this using either legacy
setup.py
or thebuild
module (PEP-517 compatible).For some reason, some warnings are displayed twice.
The
python setup.py build/install
one is trivial (we are migrating away from usingsetup.py
because it is legacy).The
easy_install
one seems to be linked to the usage of thepbr
module. I suggest that moving away from pbr would be in this project's best interest.