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>
This commit is contained in:
Sam James (sam_c)
2020-06-07 21:20:00 +00:00
committed by Michał Górny
parent ad7ff11f74
commit c6a6cd08f6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
PYTHON_REQ_USE="threads(+)"
PYTHON_REQ_USE="threads(+),sqlite(+)"
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1