summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-05-09 17:34:29 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-05-09 17:44:00 +0200
commit834b7293bdf8eb9fb27b1159b58fed5b970df6af (patch)
treedb0c3b75afbf5c29682c0cf425772addf26382bc /dev-python/importlib_resources
parentgames-emulation/dosbox-staging: initial import (diff)
downloadgentoo-834b7293bdf8eb9fb27b1159b58fed5b970df6af.tar.gz
gentoo-834b7293bdf8eb9fb27b1159b58fed5b970df6af.tar.bz2
gentoo-834b7293bdf8eb9fb27b1159b58fed5b970df6af.zip
dev-python/importlib_resources: fix dependencies for Python 3.7
The importlib_metadata and zipp packages are required as they are not present in Python 3.7's stdlib. Closes: https://bugs.gentoo.org/721838 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/importlib_resources')
-rw-r--r--dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild (renamed from dev-python/importlib_resources/importlib_resources-1.5.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild b/dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild
index ed6fc5f35c5a..e86acf448e78 100644
--- a/dev-python/importlib_resources/importlib_resources-1.5.0.ebuild
+++ b/dev-python/importlib_resources/importlib_resources-1.5.0-r1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
$(python_gen_cond_dep '
dev-python/importlib_metadata[${PYTHON_USEDEP}]
dev-python/zipp[${PYTHON_USEDEP}]
- ' pypy3 python3_6)
+ ' pypy3 python3_{6,7})
"
BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]