Summary: | dev-python/coverage should depend on dev-lang/python[sqlite] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Helmert III <ajak> |
Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ago, jstein, python, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a6cd08f6495077ccaf003459083b89fe3dbbaf commit c6a6cd08f6495077ccaf003459083b89fe3dbbaf Author: Sam James (sam_c) <sam@cmpct.info> AuthorDate: 2020-06-07 21:20:00 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2020-06-08 06:41:29 +0000 dev-python/coverage: Needs python[sqlite] Thanks-to: John Helmert III <jchelmert3@posteo.net> Closes: https://bugs.gentoo.org/720208 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Michał Górny <mgorny@gentoo.org> dev-python/coverage/coverage-5.0.3.ebuild | 2 +- dev-python/coverage/coverage-5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) *** Bug 723668 has been marked as a duplicate of this bug. *** |
Created attachment 635392 [details] build.log For instance, tests for dev-python/doublex-expects fail with a "ModuleNotFoundError: No module named 'sqlite'" originating from `import sqlite3` in `coverage/sqldata.py`. The error doesn't occur when python is built on the system with USE=sqlite. Failing doublex-expects test attached.