dev-python/importlib_resources: zipp is needed for py2 too

Closes: https://bugs.gentoo.org/730680
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-07-04 16:58:53 +02:00
parent 67e090339c
commit 7182087dbd

View File

@@ -23,7 +23,9 @@ RDEPEND="
dev-python/singledispatch[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
' -2)
$(python_gen_cond_dep 'dev-python/zipp[${PYTHON_USEDEP}]' pypy3 python3_{6,7})
$(python_gen_cond_dep '
dev-python/zipp[${PYTHON_USEDEP}]
' -2 pypy3 python3_{6,7})
"
BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]