Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794988 - www-apps/radicale-3.0.6-r2: dev-python/waitress should be conditional on USE=test
Summary: www-apps/radicale-3.0.6-r2: dev-python/waitress should be conditional on USE=...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal minor (vote)
Assignee: Marco Scardovi (scardracs)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-06-08 20:09 UTC by Christopher Head
Modified: 2021-06-10 22:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)