mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -23,6 +23,7 @@ DEPEND="
|
||||
test? (
|
||||
dev-python/PyContracts[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user