commit: 1669f343883ff48ecefd39bb1dbb89eab0fff082
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 16 21:03:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 16 21:09:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1669f343
dev-python/isort: Replace virts with cond deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/isort/isort-4.3.21_p2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/isort/isort-4.3.21_p2.ebuild
b/dev-python/isort/isort-4.3.21_p2.ebuild
index e25a7d40396..17e14eefd37 100644
--- a/dev-python/isort/isort-4.3.21_p2.ebuild
+++ b/dev-python/isort/isort-4.3.21_p2.ebuild
@@ -20,8 +20,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pipfile[${PYTHON_USEDEP}]
- virtual/python-futures[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]' -2)
+ $(python_gen_cond_dep '
+ dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
+ dev-python/futures[${PYTHON_USEDEP}]
+ ' -2)
"
BDEPEND="${RDEPEND}"