dev-python/traceback2: Add dep on contextlib2

Closes: https://bugs.gentoo.org/729620
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-26 11:40:47 +02:00
parent c1e931a314
commit db59003360

View File

@@ -19,7 +19,10 @@ RDEPEND="
dev-python/linecache2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
test? (
dev-python/contextlib2[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"
distutils_enable_tests unittest