Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720208 - dev-python/coverage should depend on dev-lang/python[sqlite]
Summary: dev-python/coverage should depend on dev-lang/python[sqlite]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
: 723668 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-05-01 00:20 UTC by John Helmert III
Modified: 2020-06-19 22:33 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,5.35 KB, text/x-log)
2020-05-01 00:20 UTC, John Helmert III
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-05-01 00:20:41 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2020-06-08 06:41:37 UTC
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(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-06-19 22:33:46 UTC
*** Bug 723668 has been marked as a duplicate of this bug. ***