mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
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>
This commit is contained in:
@@ -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}]
|
||||
Reference in New Issue
Block a user