From e09418adad401dd4ee3f8c81ef8fb2a2f3da5132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 23 Oct 2021 10:51:51 +0200 Subject: dev-python/cssutils: Add missing test-dep on importlib_resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- dev-python/cssutils/cssutils-2.3.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python/cssutils/cssutils-2.3.0.ebuild') diff --git a/dev-python/cssutils/cssutils-2.3.0.ebuild b/dev-python/cssutils/cssutils-2.3.0.ebuild index 11a1977ee611..e1c8f1103e0c 100644 --- a/dev-python/cssutils/cssutils-2.3.0.ebuild +++ b/dev-python/cssutils/cssutils-2.3.0.ebuild @@ -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=( -- cgit v1.2.3