mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user