dev-python/cssutils: Add missing test-dep on importlib_resources

The package needs features from Python 3.9's importlib.resources.
Apparently importlib_resources monkey-patches them back in.

Closes: https://bugs.gentoo.org/819564
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-10-23 10:51:51 +02:00
parent c8b5bfe703
commit e09418adad

View File

@@ -21,6 +21,9 @@ BDEPEND="
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/importlib_resources[${PYTHON_USEDEP}]
' python3_8 pypy3)
)"
PATCHES=(