Summary: | dev-python/genshi-0.7.7 missing six dependency | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Overlays | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cedk, mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 885566 [details]
build.log
build log and emerge --info
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' 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. Thanks for the analysis! I have no clue why it was listed only as a test-dep. 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(-) |