dev-python/fasteners: Add dep on diskcache

Closes: https://bugs.gentoo.org/760495
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-12-17 17:52:27 +01:00
parent 428f79ab7a
commit f4d11a0e6d

View File

@@ -20,6 +20,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/diskcache[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
)"