diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-04 16:58:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 16:59:48 +0200 |
commit | 7182087dbd879ab309d2b804ed9eef76a4412fc2 (patch) | |
tree | 5e7278939abc0dfd12f29f09a804691df70b1216 /dev-python/importlib_resources | |
parent | media-gfx/jhead: Security bump to 3.04 (diff) | |
download | gentoo-7182087dbd879ab309d2b804ed9eef76a4412fc2.tar.gz gentoo-7182087dbd879ab309d2b804ed9eef76a4412fc2.tar.bz2 gentoo-7182087dbd879ab309d2b804ed9eef76a4412fc2.zip |
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>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r-- | dev-python/importlib_resources/importlib_resources-3.0.0-r1.ebuild (renamed from dev-python/importlib_resources/importlib_resources-3.0.0.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
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 index 39499d3eb2f2..8de5a9670ffd 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}] |