Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 794988

Summary: www-apps/radicale-3.0.6-r2: dev-python/waitress should be conditional on USE=test
Product: Gentoo Linux Reporter: Christopher Head <bugs>
Component: Current packagesAssignee: Marco Scardovi (scardracs) <mscardovi>
Status: RESOLVED FIXED    
Severity: minor CC: ionen, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/21170
Whiteboard:
Package list:
Runtime testing required: ---

Description Christopher Head 2021-06-08 20:09:47 UTC
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
Comment 1 Marco Scardovi (scardracs) 2021-06-09 07:34:41 UTC
Thanks for pointing me out, i will take a look on it asap :)
Comment 2 Larry the Git Cow gentoo-dev 2021-06-10 22:05:50 UTC
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(+)