dev-python/coverage: add missing dev-python/nose test dependency, bug #608286

nose.core is explicitly imported in tests thus it's a direct dependency.

Reported-by: Mart Raudsepp
Closes: https://bugs.gentoo.org/608286
Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
Sergei Trofimovich
2017-09-21 22:55:41 +01:00
parent 8f17db66c8
commit 622e659d13

View File

@@ -23,6 +23,7 @@ DEPEND="
test? (
dev-python/PyContracts[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
)
"