commit:     7182087dbd879ab309d2b804ed9eef76a4412fc2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 14:58:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  4 14:59:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7182087d

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

Closes: https://bugs.gentoo.org/730680
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...lib_resources-3.0.0.ebuild => importlib_resources-3.0.0-r1.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/importlib_resources/importlib_resources-3.0.0.ebuild 
b/dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild
similarity index 92%
rename from dev-python/importlib_resources/importlib_resources-3.0.0.ebuild
rename to dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild
index 39499d3eb2f..8de5a9670ff 100644
--- a/dev-python/importlib_resources/importlib_resources-3.0.0.ebuild
+++ b/dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild
@@ -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}]

Reply via email to