Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925132 - dev-python/genshi-0.7.7 missing six dependency
Summary: dev-python/genshi-0.7.7 missing six dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-21 07:43 UTC by Agostino Sarubbo
Modified: 2024-04-21 12:24 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,100.62 KB, text/plain)
2024-02-21 07:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-21 07:43:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/relatorio-0.10.1-r1 fails tests.
Discovered on: amd64 (internal ref: tryton_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-21 07:43:04 UTC
Created attachment 885566 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-21 07:43:04 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED (errors=1)
ImportError: Failed to import test module: relatorio
ModuleNotFoundError: No module named 'six'
Comment 3 Cédric Krier gentoo-dev 2024-04-21 12:19:50 UTC
Indeed it is dev-python/genshi-0.7.7 which defines dev-python/six as a test only build dependency when it is a dependency.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-04-21 12:22:34 UTC
Thanks for the analysis!  I have no clue why it was listed only as a test-dep.
Comment 5 Larry the Git Cow gentoo-dev 2024-04-21 12:24:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22bd715aa3e6d75ab7de82867e53417167e933b

commit e22bd715aa3e6d75ab7de82867e53417167e933b
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-04-21 12:22:48 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-04-21 12:24:17 +0000

    dev-python/genshi: dev-python/six is a RDEPEND
    
    Closes: https://bugs.gentoo.org/925132
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/genshi/genshi-0.7.7.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)