dev-python/traceback2: Add missing test-dep on fixtures

Closes: https://bugs.gentoo.org/743877
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-21 07:57:34 +02:00
parent 862266358f
commit 36a99f1ac2

View File

@@ -21,6 +21,7 @@ BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (
dev-python/contextlib2[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"