This revbump added a dependency on dev-python/waitress. That package is only used to run tests, and in setup.py it is in tests_require, not install_requires. In the ebuild, it should be depended on conditionally on test?, not unconditionally; additionally, since tests run at build-time, it should probably be in BDEPEND only, not RDEPEND. Reproducible: Always
Thanks for pointing me out, i will take a look on it asap :)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480191965ed7a9f90cc9cb4c0389c3c82b432d6d commit 480191965ed7a9f90cc9cb4c0389c3c82b432d6d Author: Marco Scardovi <marco@scardovi.com> AuthorDate: 2021-06-09 09:15:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-06-10 22:05:41 +0000 www-apps/radicale: moved waitress to BDEPEND Closes: https://bugs.gentoo.org/794988 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Marco Scardovi <marco@scardovi.com> Signed-off-by: Sam James <sam@gentoo.org> www-apps/radicale/radicale-3.0.6-r3.ebuild | 88 ++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+)