mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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}]
|
||||
Reference in New Issue
Block a user